Duplication of work caused by gunicorn -w
#157
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The only common process between the
nworker processes is the database. When one asks for the same repontimes we will do the same taskntimes.This gets even worse as we do not have any caching or rate limiting.
A simple solution would be to use a single worker.