mikrosimage / OpenRenderManagement

Dispatcher Puli
Other
62 stars 23 forks source link

No pool assigned for new workers #6

Open morevnaproject opened 10 years ago

morevnaproject commented 10 years ago

When the new worker is registered on dispatcher, it have no pool assigned. So, in order to utilize resources of new worker I have to manually edit the database.

Here is a little modification that makes all new workers automatically assigned to the default pool - https://github.com/morevnaproject/OpenRenderManagement/commit/6b3befd44a43cde910625f514d893a63d00cbc02

sebastianelsner commented 10 years ago

I have this issue, too. I expected the worker to be picked up from the /opt/puli/conf/pools/default.pool if I put it in there. Am I right with my assumption?