Describe the bug
I operate pytorch training server with 2 celery worker, redis broker, and fastapi server.
And when I give several tasks(3~4) to workers, tasks are well reserved and distributed.
But after first task is successfully done. Multiple tasks generated and reserved on my workers.
Describe the bug I operate pytorch training server with 2 celery worker, redis broker, and fastapi server. And when I give several tasks(3~4) to workers, tasks are well reserved and distributed. But after first task is successfully done. Multiple tasks generated and reserved on my workers.
Training Process takes 1~3hour for each tasks.
To Reproduce
Expected behavior I want workers not repeating same tasks.
Screenshots
System information No Error Messages.