clio
clio copied to clipboard
Handle Prometheus requests in Work Queue
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.
Also move other things into work queue to speed up web server.