Fix: Sidekiq workers delete each other's metrics
When we moved the logic that wipes the Prometheus metrics dir out of the Rackup file and into the initializer, all Sidekiq workers would call this and potentially enter a race condition where they deleted each other's database files. Changelog: fixed
Showing
Please register or sign in to comment