We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: