The queue adapter for dev/test reports a bug
Added by RedChris B. about 1 year ago
Redmine 5.1.0 shows that the test of "Default queue adapter which is well suited only for dev/test changed" (see Administration -> Information) fails - with a red exclamation mark. I have installed Redmine both from source codes and Bitnami VM and noticed that the issue applies to both installations. So, it seems to be a bug and should be fixed.
Am I correct in assuming that this has impact on dev/test environment only (not production), so, end users shouldn't worry about it? Or how to fix it?
Replies (8)
RE: The queue adapter for dev/test reports a bug - Added by Guillermo ML about 1 year ago
It's not a bug, its a warning: Feature #36695: Add check in Redmine information page if default queue adapter is used in production
RE: The queue adapter for dev/test reports a bug - Added by Marius BĂLTEANU almost 1 year ago
The message should not be shown for environments different than production. Can you post the information from Administration -> Information here?
RE: The queue adapter for dev/test reports a bug - Added by Sheng Ze Fan 10 months ago
Hello:
I got same message on version 5.1.1.
please help.
thanks
RE: The queue adapter for dev/test reports a bug - Added by Marius BĂLTEANU 10 months ago
Your environment is production so it's normal to have that warning message regarding the default queue adapter which is not recommended for production environments, you can read more in https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Queues-adapter.
RE: The queue adapter for dev/test reports a bug - Added by Sheng Ze Fan 9 months ago
hello
configure fail about run as a system service.
=> Configure sidekiq to run as a system service
Follow the official steps described in https://github.com/mperham/sidekiq/wiki/Deployment#running-your-own-process
The above steps points to a sidekiq.service example file which can be used to configure the service
During service configuration, at least the following information must be provided:
WorkingDirectory => if I have multi-site, many redmine site folder , how to config this ?
User
Group
thanks
RE: The queue adapter for dev/test reports a bug - Added by Sheng Ze Fan 9 months ago
Hello:
I already add gem 'sidekiq' in Gemfile
is below URL good to use? will have any impact?
RE: The queue adapter for dev/test reports a bug - Added by Steve Zhou 2 months ago
Since the server where Redmine is deployed also deploys services that can only be installed under Windows, my running environment can only be windows.
I tried deploying sidekiq on Windows, and the deployment was fine, but it didn't work.
So I had to abandon sidekiq and go back to the default AsyncAdapter, and everything worked fine.