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 Aug 23, 2023. It is now read-only.
currently all the addToEs() calls are not throttled, so we can send an arbitrary volume to ES.
there is no backpressure, ES just sometimes errors when its queues are full.
currently we just reschedule those to be retried within 30~60 minutes.
it would be better to throttle ourselves with a backoff mechanism as to not overload ES but also do things as soon as possible
The text was updated successfully, but these errors were encountered:
currently all the addToEs() calls are not throttled, so we can send an arbitrary volume to ES.
there is no backpressure, ES just sometimes errors when its queues are full.
currently we just reschedule those to be retried within 30~60 minutes.
it would be better to throttle ourselves with a backoff mechanism as to not overload ES but also do things as soon as possible
The text was updated successfully, but these errors were encountered: