Wait between session use
Is there any way to make sure a session is not used for X seconds after being use?
Currently, I add a random sleep in the request handler and increased my concurrency, but it kind of feel hackish.
Currently, I add a random sleep in the request handler and increased my concurrency, but it kind of feel hackish.