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
@dubeejw perhaps we should use a backoff strategy. i.e. start n comsumers on startup, wait the interval, start n comsumers, wait the interval, etc... where the interval is global
Consumers should not all be started at the same time when the provider starts as this may result in throttling.
The text was updated successfully, but these errors were encountered: