Project

General

Profile

Actions

Feature #36695

closed

Add check in Redmine information page if default queue adapter is used in production

Added by Marius BĂLTEANU about 2 years ago. Updated 5 months ago.

Status:
Closed
Priority:
Normal
Category:
Administration
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Using the default queue adapter (:async) in production is not recommended because the queue is stored in memory and you can easily lose the items from the queue (https://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AsyncAdapter.html).

Since #26791, there were multiple issues reported caused by the default queue adapter (for example: #31241).

My proposal is to add the following check in Redmine information page:


Files

redmine_info.png (134 KB) redmine_info.png Marius BĂLTEANU, 2022-02-23 22:54
queue_adapter_changed.patch (26.7 KB) queue_adapter_changed.patch Karel Pičman, 2023-10-12 08:45
Actions

Also available in: Atom PDF