Python is a powerful general-purpose programming language.

Pros and cons to use Celery vs. RQ

Question or problem about Python programming: Currently I’m working on python project that requires implement some background jobs (mostly for email sending and heavily database updates). I use Redis for task broker. So in this point I have two candidates: Celery and RQ. I had some experience with these job queues, but I want to […]

Continue Reading