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

Allow interval to not clobber itself #78

Open
p-hennessy opened this issue Feb 17, 2019 · 0 comments
Open

Allow interval to not clobber itself #78

p-hennessy opened this issue Feb 17, 2019 · 0 comments

Comments

@p-hennessy
Copy link
Owner

Right now the interval decorator can potentially clobber itself by running too quickly. The older run of the code may be happening while a new one is sent off.

Maybe add a exclusive option to the interval decorator so that the scheduler will not schedule if there is already a run of the same handler code currently being executed.

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

No branches or pull requests

1 participant