• Douwe Maan's avatar
    Merge branch 'emails-on-push-use-sidekiq-mailers' into 'master' · 9d88a3a1
    Douwe Maan authored
    Make EmailsOnPushWorker use Sidekiq mailers queue
    
    A customer was having issues with EmailsOnPushWorker clogging the Sidekiq queues and merge requests not being handled quickly. While researching whether it would possible to spin up a separate Sidekiq task just to handle merge requests and other key functions, I found that this worker was using the default Sidekiq queue. Moving to the `mailers` queue makes it possible to de-prioritize this worker and give more weight to the others.
    
    See merge request !4390
    9d88a3a1
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 144 KB