django-background-tasks
django-background-tasks copied to clipboard
What happens if I add multiple process_tasks workers?
I wanted to put this here so others could find it. It's not in the docs, I can add it if someone answers.
How do people handle multiple workers? If I run multiple process_tasks workers will they play nice?
Or do I have to specify specific queues to run multiple workers?