You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to when creating a background job via BackgroundJob class, to have the ability to define my own job id just like we do with re-occurring jobs.
My use case is that i have a task to performed at a random interval and as such need to use a background job with the job invocation triggering the next background job. The benefit of being able to specify the job id is that i can easily cancel the next scheduled run, if the configuration in my portal is changed.
The text was updated successfully, but these errors were encountered:
thompson-tomo
changed the title
Enqueue jobs with specifield Id's
Enqueue jobs with a specified Id
Dec 17, 2024
I would like to when creating a background job via BackgroundJob class, to have the ability to define my own job id just like we do with re-occurring jobs.
My use case is that i have a task to performed at a random interval and as such need to use a background job with the job invocation triggering the next background job. The benefit of being able to specify the job id is that i can easily cancel the next scheduled run, if the configuration in my portal is changed.
The text was updated successfully, but these errors were encountered: