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

[cron] Avoid sending delayed events in when handling takes too long #222

Open
maxekman opened this issue Sep 6, 2018 · 0 comments
Open
Labels

Comments

@maxekman
Copy link
Member

maxekman commented Sep 6, 2018

Currently if handling takes longer than the cron interval the next event will be sent directly after completion, but all other missed events will be skipped. Add a default on the cron select to skip events during busy handling. See: https://github.com/looplab/eventhorizon/blob/master/eventhandler/cron/eventhandler.go#L61

@maxekman maxekman added the bug label Sep 6, 2018
@maxekman maxekman changed the title Avoid sending delayed events in when handling takes too long [cron] Avoid sending delayed events in when handling takes too long Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant