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
What happens in the case where async calls are registered at a faster rate than number of controllers * 2 seconds? Is that the limit that this code supports?
The current approach deliberately rate limits, but we probably need something a bit smarter to prevent starvation while also rate limiting.
alecthomas
changed the title
What happens in the case where async calls are registered at a faster rate than number of controllers * 2 seconds? Is that the limit that this code supports?
Figure out a solution for running an arbitrary number of async tasks
May 8, 2024
alecthomas
changed the title
Figure out a solution for running an arbitrary number of async tasks
Figure out a solution for running an arbitrary number of async tasks with rate limits
May 8, 2024
The current approach deliberately rate limits, but we probably need something a bit smarter to prevent starvation while also rate limiting.
Originally posted by @matt2e in #1382 (comment)
The text was updated successfully, but these errors were encountered: