Exclude queue from delayed_job worker

时光总嘲笑我的痴心妄想 提交于 2019-12-12 15:52:22

问题


In delayed_jobs it is possible to run a worker for a specific queues. I can't seem to find any examples/documentation on how to run a worker and exclude a specific queue.

I am trying to have 1 worker for super high priority stuff and 1 that handles the rest.

Is the only way to achieve this by specifying what queues relate to what worker? Is there no way to spawn a worker that runs all queues except queue_x?

来源:https://stackoverflow.com/questions/46073051/exclude-queue-from-delayed-job-worker

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!