Closed senecameeks closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.79%. Comparing base (
2474d47
) to head (fc4c293
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We want to prevent overwhelming the engine tasks with too many requests.
Setting a maxsize does not reject requests that happen after the queue is full. Instead, when a request is to be put into the queue it will wait until a free slot is available before adding.
We also limit the size of the request messages sent to prevent overloading the server with very large requests.