You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: