Search content
Sort by

Showing 2 of 2 results by zuki1234
Post
Topic
Board Bitcoin Technical Support
Re: WARNING: request rejected because http work queue depth exceeded
by
zuki1234
on 30/01/2022, 20:44:46 UTC
--snip--

I know this is an old thread, I am a total newbie in crypto currency and since bitcoin is so expensive I decided to fork litecoin instead and learn more about it, still have alot to learn. I was having the same issue and so far after adjusting the rpcworkqueue i have not received the error in the past 30 minutes ill keep running it overnight and see if I will get the error.

Thank you for posting this solution.

I'm not sure what do you mean by "fork litecoin". However, you could use Bitcoin Testnet network, so you don't need to experiment/learn with real money. You can use faucet (such as https://testnet-faucet.com/btc-testnet/) to obtain testnet Bitcoin (tBTC).

I could be wrong with my terminologies, what I meant was I downloaded a copy of the Litecoin code and modified it to create an altcoin. I know this is a Bitcoin forum but so far I am able to resolve issues with my altcoin "litecoin fork". I will look into your suggestion and set up a Bitcoin node as well to learn more about it. Thanks!
 
Post
Topic
Board Bitcoin Technical Support
Re: WARNING: request rejected because http work queue depth exceeded
by
zuki1234
on 30/01/2022, 04:01:38 UTC
1. What could be triggering this error?
RPC commands are being issued faster than they can be handled.

2. What can I do to avoid it? Settings recommended [ DO NOT POST SESC LINKS ]here[/url] fix it or just delay the problem?
You can set -rpcworkqueue to a number higher than 16.

3. Is there a log or a command that allows me to query and monitor the number and origin of RPC quests over time?
Start bitcoind with -debug=rpc and -debug=http. You will see information about the RPC commands and HTTP server stuff logged to the debug.log file.

I know this is an old thread, I am a total newbie in crypto currency and since bitcoin is so expensive I decided to fork litecoin instead and learn more about it, still have alot to learn. I was having the same issue and so far after adjusting the rpcworkqueue i have not received the error in the past 30 minutes ill keep running it overnight and see if I will get the error.

Thank you for posting this solution.