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 generating job ids via uuid4 by default #816

Closed
guy-kdm opened this issue Oct 16, 2021 · 1 comment
Closed

Allow generating job ids via uuid4 by default #816

guy-kdm opened this issue Oct 16, 2021 · 1 comment

Comments

@guy-kdm
Copy link

guy-kdm commented Oct 16, 2021

This will enable easier persisted journaling where job-ids need to be unique. UUID based job ids are more reliable when persisting them, as they can be referenced without requesting the persistence store to supply a unique id or generating the unique id in ephemeral code. Allowing it by default for a queue will make it easier to ensure all queue consumers use uuid for job.id.

@manast
Copy link
Contributor

manast commented Oct 16, 2021

It is already possible to specify any job id when creating jobs if the user do not want to use the pre-generated ids. Since we do not have any plans to change this behaviour I am closing this issue for now.

@manast manast closed this as completed Oct 16, 2021
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

No branches or pull requests

2 participants