Hello,
Using identifiers with multiple workers has been prevented for 14 years at least. Maybe it is time to reconsider it.
The PR #1190 loosens up that restriction and allows multiple identified job workers to be started with the following process name format:
delayed_job(.<identifier>)(.<worker_index>)
Both fields are optional, so the default process name remains unchanged (delayed_job).
Hello,
Using identifiers with multiple workers has been prevented for 14 years at least. Maybe it is time to reconsider it.
The PR #1190 loosens up that restriction and allows multiple identified job workers to be started with the following process name format:
Both fields are optional, so the default process name remains unchanged (
delayed_job).