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

Specify queue concurrency via commandline switch #13

Open
ericsoco opened this issue Jan 27, 2017 · 1 comment
Open

Specify queue concurrency via commandline switch #13

ericsoco opened this issue Jan 27, 2017 · 1 comment

Comments

@ericsoco
Copy link
Contributor

Throttling requests via queue-async concurrency would be a nice alternative/complement to the --delay switch. Maybe could be specified via --concurrency <N>. Will see if I can find time to add it....lib works great, thx @veltman!

@veltman
Copy link
Owner

veltman commented Jan 27, 2017

That would be nice, the only snag would be that the logging of rows in verbose mode could wind up out of order since those events fire in whatever order the calls complete. That might be OK since it's really for debugging purposes anyway, but in that case might need to include "Row #X: " in the output to avoid confusion.

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