sameersbn / docker-redmine

Docker Image for Redmine
http://www.damagehead.com/docker-redmine/
MIT License
1.25k stars 491 forks source link

Switch from using the :Async active_job.queue_adapter #525

Open jcormier opened 8 months ago

jcormier commented 8 months ago

The default queue adapter stores all jobs in memory so they would be lost on a server restart. Redmine is recommending that a persistent queue adapter be used instead.

https://www.redmine.org/issues/33589 https://www.redmine.org/projects/redmine/wiki/SidekiqConfiguration