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

Generating event when doPoll takes longer then data source update time #3099

Open
Patrykb0802 opened this issue Mar 5, 2025 · 0 comments
Open
Assignees

Comments

@Patrykb0802
Copy link
Contributor

Problem Description:
Currently, the doPoll function fetches data from the source without tracking its execution time. As a result, if the execution time exceeds the set update interval for the data source, the system is not alerted to this delay. This lack of monitoring can lead to synchronization issues, difficulty in diagnosing performance problems, and potential disruptions in subsequent data processing.

Proposed Solution:
Implement a mechanism to measure the execution time of the doPoll function. If the execution time exceeds the defined threshold (the data source update interval), an appropriate event should be triggered.

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