sameersbn/docker-redmine

Switch from using the :Async active_job.queue_adapter

Open

#525 opened on Nov 2, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (494 forks)github user discovery
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

Contributor guide