Django + Celery + Redis + Supervisor repeating, resending and duplicating tasks
I configures in my Ubuntu and Apache server a Django project in which I use celery to manage and handle backgound jobs/tasks.
The problem that I see is that when there is a queue of tasks and is managing 3, if the 4th, 5th… do not start executing within an hour they duplicate.