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

Add timeout for callbacks in real-time databroker #23

Open
FWuellhorst opened this issue Apr 5, 2024 · 0 comments
Open

Add timeout for callbacks in real-time databroker #23

FWuellhorst opened this issue Apr 5, 2024 · 0 comments

Comments

@FWuellhorst
Copy link
Contributor

If the execution of callbacks is slower than its creation for a short time-span, e.g. due to network connectivity issues, the callbacks will always keep a certain delay, as the oldest ones are always used first.
An option should exist to automatically exclude callbacks older than some amount of seconds, e.g. older than a minute o.s. If the time exceeds, either a log or an error could be raised.

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