inngest / inngest-py

Python SDK for Inngest: Durable functions and workflows in Python, hosted anywhere
https://www.inngest.com/docs/reference/python
Apache License 2.0
27 stars 6 forks source link

persitant httpx read errors on prod only #78

Closed PrathamSoni closed 4 months ago

PrathamSoni commented 4 months ago

getting httpx read errors when doing a step.send_event. wondering if it's timeout related/too many requests or something like that.

goodoldneon commented 4 months ago

Looks like we aren't properly using connection pooling. We'll work on a fix!