You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to coordinate between gunicorn/uWSGI/etc. workers to make sure only 1 fetch operation is ever being performed at a time.
Maybe we can leverage our SQLite cache?
Otherwise, we might have to resort to an external solution. (I'd prefer not to do this, because I like how this repo is a self-contained and complete WSGI app)
The text was updated successfully, but these errors were encountered:
ChillyCider
changed the title
There's no cap on the number of HTTP fetches being run
There's no cap on the number of HTTP fetches being run at a time
Oct 22, 2022
We need a way to coordinate between gunicorn/uWSGI/etc. workers to make sure only 1 fetch operation is ever being performed at a time.
Maybe we can leverage our SQLite cache?
Otherwise, we might have to resort to an external solution. (I'd prefer not to do this, because I like how this repo is a self-contained and complete WSGI app)
The text was updated successfully, but these errors were encountered: