sameersbn/docker-redmine
View on GitHubSwitch from using the :Async active_job.queue_adapter
Open
#525 opened on Nov 2, 2023
enhancementgood first issue
Repository metrics
- Stars
- (1,326 stars)
- PR merge metrics
- (PR metrics pending)
Description
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