Hacker News new | ask | show | jobs
by fatsdomino001 1907 days ago
Why celery and redis? Couldn’t you consolidate with just redis? Love the stack though
2 comments

Celery describes itself as a "task queue" but I find it a bit confusing: it's a job manager, which needs a queue from which to pull/push jobs. Redis is this queue
Django_Q instead of Clerery