Hangfire.Documentation icon indicating copy to clipboard operation
Hangfire.Documentation copied to clipboard

Id for scheduled job

Open ainglese opened this issue 8 years ago • 0 comments

Hi, i need to schedule a job to be executed some time in the future. Some times, the same job could be scheduled twice; for recurrent task, there are identifiers that prevent the duplicated job to be configured (as seen here http://docs.hangfire.io/en/latest/background-methods/performing-recurrent-tasks.html#specifying-identifiers).

Is there a way to achieve the same for scheduled tasks?

thanks

ainglese avatar Sep 07 '17 18:09 ainglese