Requets in pool is always empty #457
Unanswered
yeasir2148
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am playing around with request pooling. Very simple test:
But i never get the requests to be sent. The info statement always logs empty requests:
Is there anything basic i am missing? Do i need to start my queue workers? I tried using an array instead of generator as the requests but same result.
Here is the relevant part from my compose.json file:
Any help will be much apprecaited. Thanks
Beta Was this translation helpful? Give feedback.
All reactions