Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow identifier with multiple workers #1190

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

toncid
Copy link

@toncid toncid commented Jun 5, 2023

Hello,

Using identifiers with multiple workers has been prevented for 14 years at least. Maybe it is time to reconsider it.

This PR 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).

Allow identifier with multiple workers
@toncid
Copy link
Author

toncid commented Jun 5, 2023

Discussion in issue #1191.

@toncid
Copy link
Author

toncid commented Sep 14, 2023

Hello, is this PR ready for merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant