Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Investigate improved default values for data poll rate and data post rate #137

Open
alexjhawk opened this issue Jul 12, 2023 · 0 comments
Open

Comments

@alexjhawk
Copy link
Collaborator

Currently, the default data poll rate is 5000ms, and the default data post rate is 5000ms.

After implementing the maximum payload restriction in #130, the connector frequently skips data polling because the payload queue is full.

  • Increasing the data post rate (lower value, such as 2000ms or 2500ms) causes a significant amount of HTTP failures that were not present at 5000ms (see Improve HTTP response file behavior #136).
  • Decreasing the data poll rate (higher value, such as 10000ms) has the unintended side effect of delaying data longer than expected or desired.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant