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
History task processing framework already has it's own retry policy re. task processing failures. Using retryable history/matching client for talking to remote service when processing tasks are unnecessary and will cause tasks to retry while holding the goroutine.
This issue is most obvious when those client requests are getting rate limited, which is a retryable error and is retried slowly (backoff.ThrottledRetry) by the history/matching retryable client while holding the goroutine.
The text was updated successfully, but these errors were encountered:
History task processing framework already has it's own retry policy re. task processing failures. Using retryable history/matching client for talking to remote service when processing tasks are unnecessary and will cause tasks to retry while holding the goroutine.
This issue is most obvious when those client requests are getting rate limited, which is a retryable error and is retried slowly (backoff.ThrottledRetry) by the history/matching retryable client while holding the goroutine.
The text was updated successfully, but these errors were encountered: