Speed up Sidekiq size limiter middleware
Most of the time spent by the Sidekiq scheduler thread is from loading ApplicationSetting from the ProcessMemoryCache. This change prevents the validator from running twice for scheduled jobs so we don't need to run this in the scheduler thread. Changelog: performance
Showing
Please register or sign in to comment