Tommy Smith

Results 76 comments of Tommy Smith
trafficstars

Oh interesting! Just so I understand you correctly, you are able to reproduce the problem locally if you use `gunicorn` when deploying your API in a Docker compose stack or...

@gariel, I have tested your minimal setup locally: - as an executable running on my MacOSX machine - as a Docker image in a compose stack - as a Docker...

Hi @gariel, thanks for all your help looking into this and providing the context 😁 Given your specific setup here, this is an unintended consequence of our async implementation. In...

I have some good news! I have a fix for this problem but it does require one change to your MRE in line with how the Python client should be...

Hi @michael-pont, thanks for diving straight into the new client and getting to grips with it! - Perhaps it's not so clearly explained or pointed towards in the docs (we'll...

Hi both, are you able to post a MRE (minimum reproducible example) of your problem to highlight exactly what is going wrong here? The `client.connect()` method does not return until...