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
One way to alleviate traffic would be to delay some requests from getting to the database. We should research if we can throttle or queue requests using redis and/or celery.
Note: this will probably be a heavy lift.
Action item(s)
(These are the smaller tasks that should happen in order to complete this work)
Research using redis and/pr celery to throttle or queue API requests
Completion criteria
(What does the end state look like - as long as this task(s) is done, this work is complete)
What we’re after
One way to alleviate traffic would be to delay some requests from getting to the database. We should research if we can throttle or queue requests using redis and/or celery.
Note: this will probably be a heavy lift.
Action item(s)
(These are the smaller tasks that should happen in order to complete this work)
Completion criteria
(What does the end state look like - as long as this task(s) is done, this work is complete)
References/resources/technical considerations
https://realpython.com/flask-by-example-implementing-a-redis-task-queue/
The text was updated successfully, but these errors were encountered: