Hacker News new | ask | show | jobs
by hda111 1653 days ago
+1 for trying to avoid celery. Too much complexity for simple asynchronous tasks. You should use it however if you are instagram (I think they use a customized Django and Celery).