Duplication of work caused by gunicorn -w #157

Open
opened 2026-01-26 18:37:11 +00:00 by fkobi · 0 comments
Owner

The only common process between the n worker processes is the database. When one asks for the same repo n times we will do the same task n times.

This gets even worse as we do not have any caching or rate limiting.

A simple solution would be to use a single worker.

The only common process between the $n$ worker processes is the database. When one asks for the same repo $n$ times we will do the same task $n$ times. This gets even worse as we do not have __any__ caching or rate limiting. A simple solution would be to use a single worker.
fkobi added the bug
component
backend
prio
high
labels 2026-01-26 18:37:11 +00:00
Sign in to join this conversation.