Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce startup time of gunicorn workers #1658

Closed
sainak opened this issue Oct 5, 2023 · 0 comments · Fixed by #1788
Closed

Reduce startup time of gunicorn workers #1658

sainak opened this issue Oct 5, 2023 · 0 comments · Fixed by #1788
Assignees

Comments

@sainak
Copy link
Member

sainak commented Oct 5, 2023

The booting of gunicorn workers puts a lot of load on the server on initial requests.
So we need to discuss a way to distribute or offload this initial processing.

possible solutions:

  • use sartup scripts to load the littletable in memory
  • do a staggered start of workers and load the little table on boot itself
  • share the little table across the workers using redis or something similar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants