Fix for sidekiq prometheus files being wiped
Due to a race condition during sidekiq process start-up, we might end up losing prometheus db files due to doing a cleanup after first creating them. By re-initializing after every cleanup, we side-step the issue, but it's not really a clean solution.
Showing
Please register or sign in to comment