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

Handle Prometheus requests in Work Queue #1702

Open
kuznetsss opened this issue Oct 24, 2024 · 1 comment
Open

Handle Prometheus requests in Work Queue #1702

kuznetsss opened this issue Oct 24, 2024 · 1 comment
Labels
performance Performance related topics

Comments

@kuznetsss
Copy link
Collaborator

Summary

Currently Clio is using web server's threads to handle Prometheus requests. It would be better to leave these threads only for web server and post a job on a work queue instead.

@kuznetsss kuznetsss added the performance Performance related topics label Oct 24, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Clio Oct 24, 2024
@kuznetsss
Copy link
Collaborator Author

Also move other things into work queue to speed up web server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related topics
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants
@kuznetsss and others