flask-pika
flask-pika copied to clipboard
Flask extension for Pika
After 16 requests, the error starts occurring. The params: ``` app.config['FLASK_PIKA_POOL_PARAMS'] = { 'pool_size': 16, 'pool_recycle': 600 } ``` The trace stack is shown below ``` File "D:\project\controllers\pikatest.py", line 32,...
Return the proxied instance hash value.
Hello, I am trying to use your library to be able to run multiple pika subscribers/publishers in a flask app. I think I am not using the library right because...
your pika requirement in the setup.py is quite old. using pipenv with a newer version of pika complains about it, because I manually have pika in it w/ the newest...
#8 fix: context manager and channel conflict