tickets #154510
closedDeploy Redis+Sidekiq for Redmine
0%
Description
The built-in queue thing is now warned about in https://progress.opensuse.org/admin/info:
https://progress.opensuse.org/admin/info
Which seems to be a result of https://www.redmine.org/issues/36695.
I suppose Sidekiq with a Redis database is the most common setup, and we use this combination for other services as well.
Happy to investigate other ideas though.
Updated by pjessen 10 months ago · Edited
crameleon wrote in #note-3:
I suppose if we deploy this we could also switch Redmine back to talk directly to relay.i.o.o without going through a local Postfix? Not that it makes big of a difference, but would be less hops.
My 2 cents - I wouldn't bother. Easier and simpler just letting Redmine use sendmail to drop mails into the queue.
Updated by crameleon 10 months ago · Edited
- Status changed from In Progress to Resolved
A few more patches in https://build.opensuse.org/package/revisions/openSUSE:infrastructure:redmine/redmine as well as one commit in https://code.opensuse.org/heroes/salt/c/d3259c30b2f4bf9f8e927caed768104b3aceb204?branch=production later, this is now done - emails are queued into and processed by Sidekiq, and https://progress.opensuse.org/admin/info shows one less exclamation mark.