Hydroponics does not update its enabled queues list while already running #259
Labels
bug
Something isn't working
Configuration
Drush
$Things that are PHP but run on the Terminal
enhancement
New feature or request
Milestone
What?
Once Hydroponics quicks in Queues marked to be processed by it are read once and used. Any attempt to disable a queue (e.g you know you want to stop processing for a while the background one) will have no effect. That is not ideal.
At least on each Hydroponics round robin (means when it swaps context from one queue to the other) we should re-check what queues are enabled to respect configuration changes
@alliomeria I just noticed this today. While it was running I disabled the Background (OCR) one but OCR kept being executed.
It would be also idea to have a "stop/you did enough" state setting that is not killing Hydroponics but allows it to shutdown gracefully after it finishes one item. Would be ideal that also a "time to live" update could trigger a change. If set to live "0"
means until finish setting 720 should change the scope and allow Hydroponics to shutdown sooner.
Lastly:
The text was updated successfully, but these errors were encountered: