Resolve "Emit warning log when HTTP client request queue exceeds a threshold"
requested to merge 2085-http-client-request-queue-can-grow-unbounded-in-passive-backup-mode into master
Closes #2085 (closed)
For the near term, modify the code to emit a warning periodically, once the queue size exceeds a threshold. I am open to suggestions as the values for both. I am using a size 2048 and a warning interval of 5 seconds.
Edited by Thomas Markwalder