Celery ghetto queue
django django · Python
Currently wondering how the ghetto queue might work for smaller installations.
I have done larger installations using RabbitMQ, celery’s preferred message mechanism, but for smaller loads and services running straight from django and postgres might be a good idea.
I guess it maintains the flexibility of having an upgrade path but is less to install and maintain, thus being kinder to sysadmins and support staff.
Going to try it I think.
comments powered by Disqus