Celery is one of those rare libraries where improvements to itself are improvements to my sanity and well being.<p>That said, I did run into an issue with periodic tasks (our bread and butter at Zapier). Detailed here: <a href="https://github.com/celery/celery/issues/844" rel="nofollow">https://github.com/celery/celery/issues/844</a><p>Thanks a bunch Ask.
Celery has it's quirks now and then (for reasons I can't nail down or reliably reproduce, enabling CELERYD_FORCE_EXECV breaks a lot of things), but I consider Ask and the rest of the #celery gang to be models for how to have a welcoming community around an open-source project.<p>Looking forwards to experimenting with the non-multiprocessing worker - something in my current setup regularly leaks memory, and for the above-mentioned reason I can't automatically recycle worker processes to clean it up.
It seems that the Eventlet pool does not work with the celery umbrella command. With celeryd it works ok. Is that true or do I have misconfigured something?
Brilliant, I have started to use celery a few months ago, now we a use it to back our video transcoding and automation platform, our search engine, and our mobile app backend.<p>Excellent job celery team !