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

SchedulerEntryID option for registered scheduled job #623

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

Conversation

ilkerkorkut
Copy link

Managing autogenerated scheduler job entry ids are very difficult in some cases and it may need costly processes.

Example Scenario: When we try to generate a scheduler job per user basis and wa may want to follow that scheduler job process and unregister on a certain case. So we need to save scheduler job id to on db(need persistency) or cache after that we should check the which user has which scheduler job entry id. So It goes a costly approach. I tried to add SchedulerEntryID Option for Register method.

@goliatone
Copy link

Any feedback or updates on the status of this PR? This would be helpful to provide idempotent registration of cron tasks

@ilkerkorkut
Copy link
Author

@hibiken do you have any comments on this pr?

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

Successfully merging this pull request may close these issues.

3 participants