django-background-tasks
django-background-tasks copied to clipboard
Would be great to have an option to launch tasks on separeted computers
Now, If I'd like to have process_tasks on different computers and I'm always limited to locked_at number in db. So If I'd like to use 10 threads on computer A and 5 threads on computer B it won't work.
It's better to compute number of running task per pid and limit it per pid, so many computers could process tasks in parallel.
A PR would be great....
Anything new on this one @AMRivkin @philippeowagner ?