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

Change scheduled job interval during runtime #311

Open
WilliamDEdwards opened this issue Jul 13, 2024 · 1 comment
Open

Change scheduled job interval during runtime #311

WilliamDEdwards opened this issue Jul 13, 2024 · 1 comment

Comments

@WilliamDEdwards
Copy link

Is there a pattern to change the interval of a scheduled job during runtime?

@WilliamDEdwards WilliamDEdwards changed the title Change scheduled job interval during runtime l Change scheduled job interval during runtime Jul 13, 2024
@bzwei
Copy link

bzwei commented Sep 20, 2024

Have you tried job.meta["interval'] = new_internval and job.save()? It works for me.

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