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

Skip AutoEvents if they are taking too long #244

Open
iain-anderson opened this issue Mar 25, 2020 · 0 comments
Open

Skip AutoEvents if they are taking too long #244

iain-anderson opened this issue Mar 25, 2020 · 0 comments

Comments

@iain-anderson
Copy link
Member

If an AutoEvent is scheduled to run, and the previous invocation is still running, log an error and skip the new run.
The current implementation continues to spawn new threads into the get_handler, which is likely to worsen the situation on an overloaded machine.

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

1 participant