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

work queue #69

Closed
wants to merge 5 commits into from
Closed

work queue #69

wants to merge 5 commits into from

Conversation

dr-bonez
Copy link

While doing large async batch operations, I keep getting an error "Work queue depth limit exceeded". Turns out there is a maximum number of simultaneous calls that can be made to bitcoind. This PR adds an optional constructor param that, if set, creates a queue and only runs a set number of rpc calls at a time.

@dr-bonez dr-bonez closed this Jun 6, 2018
@dr-bonez dr-bonez reopened this Jun 6, 2018
@pedrobranco
Copy link
Collaborator

pedrobranco commented Oct 25, 2018

Pre-review note: remove all new files on dist.

@pedrobranco
Copy link
Collaborator

Closing due to inactivity.

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

Successfully merging this pull request may close these issues.

2 participants