Feature #33589
How to install and configure Sidekiq as queuing backend
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Documentation | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
I've created the following Wiki page with instruction about how to install and configure Sidekiq:
Please let me know what do you think and where we should link the page.
History
#1
Updated by Marius BALTEANU 7 months ago
- Description updated (diff)
#2
Updated by pasquale [:dedalus] 7 months ago
Hi Marius, I read the wiki and it is really well documented. Thanks!
#3
Updated by Bernhard Rohloff 7 months ago
Very cool! Thank you for sharing this. I'll can't wait to give it a try. :-)
#4
Updated by Mischa The Evil 7 months ago
I think this is a good howto for setting up these components. I suggest to categorize and link it as such.
Maybe beyond the intended scope of this issue, but I think we also need some short mentions under RedmineInstall#Optional-components and RedmineInstall#Optional-dependencies, and a short description under RedmineInstall#Configuration with a link to a separate wiki page which should contain a (more) generic, more detailed description of (the handling of) background jobs in Redmine specific (e.g. what is handled by background jobs [also thinking about proposed #31076 here]) and Rails in general (how does Redmine relate to Rails in this area [via ActiveMailer, ActiveJob, Queues/QueueAdapters, 3rd-party queuing backends]). This should not be tied specifically to persistent, 3rd-party queuing backends, also the default in-process queuing implementation needs some coverage (see e.g. #31939, #31957).
Additionally, some info for plugin developers would be nice too.
#5
Updated by Connie Nielsen 3 months ago
SPAM Message (Bernhard Rohloff)
#6
Updated by David Doležal 2 months ago
Is it possible to solve it under Windows-server? My configuration of Redmine:
Environment:
Redmine version 4.1.1.stable
Ruby version 2.6.6-p146 (2020-03-31) [x64-mingw32]
Rails version 5.2.4.2
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
#7
Updated by David Doležal about 1 month ago
David Doležal wrote:
Is it possible to solve it under Windows-server? My configuration of Redmine:
Environment:
Redmine version 4.1.1.stable
Ruby version 2.6.6-p146 (2020-03-31) [x64-mingw32]
Rails version 5.2.4.2
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
My problem was diffrent. It was in connector on SMTP server, where was set low limit emails per minute from IP address. So simple! It works with Async and SuckerPunch. So I think it will work with Sidekiq too.