Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
peedy
on June 19, 2014
|
parent
|
context
|
favorite
| on:
Celery – Best Practices
Has anybody been able to make a priority queue (with a single worker) in celery?
Eg, execute other tasks only if there are no pending important tasks.
jordonwii
on June 30, 2014
|
next
[–]
The FAQ question isn't very clear about it, but it doesn't look like it's possible:
http://celery.readthedocs.org/en/latest/faq.html#does-celery...
denibertovic
on June 19, 2014
|
prev
[–]
I don't think it's possible. At least with celery. The only way I've was able to do this is with more Queues (and workers).
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Eg, execute other tasks only if there are no pending important tasks.