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.