Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradually start consumers when provider starts #240

Open
dubee opened this issue Jan 30, 2018 · 2 comments
Open

Gradually start consumers when provider starts #240

dubee opened this issue Jan 30, 2018 · 2 comments

Comments

@dubee
Copy link
Member

dubee commented Jan 30, 2018

Consumers should not all be started at the same time when the provider starts as this may result in throttling.

@abaruni
Copy link
Contributor

abaruni commented Jan 31, 2018

@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

@dubee
Copy link
Member Author

dubee commented Jan 31, 2018

Sounds good, as long as the provider doesn't take an exorbitant amount of time to start all of the consumers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants