Project

General

Profile

Actions

Feature #33589

open

How to install and configure Sidekiq as queuing backend

Added by Marius BALTEANU almost 3 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Category:
Documentation
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

I've created the following Wiki page with instruction about how to install and configure Sidekiq:

SidekiqConfiguration

Please let me know what do you think and where we should link the page.

Actions #1

Updated by Marius BALTEANU almost 3 years ago

  • Description updated (diff)
Actions #2

Updated by pasquale [:dedalus] almost 3 years ago

Hi Marius, I read the wiki and it is really well documented. Thanks!

Actions #3

Updated by Bernhard Rohloff almost 3 years ago

Very cool! Thank you for sharing this. I'll can't wait to give it a try. :-)

Actions #4

Updated by Mischa The Evil almost 3 years 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.

Actions #5

Updated by Connie Nielsen over 2 years ago

SPAM Message (Bernhard Rohloff)

Actions #6

Updated by David Doležal over 2 years 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

Actions #7

Updated by David Doležal over 2 years 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.

Actions

Also available in: Atom PDF