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

Use HTTP connection pools #80

Closed goodoldneon closed 4 months ago

goodoldneon commented 4 months ago

Replace ad-hoc HTTP client creation with shared HTTP clients stored on the Inngest client.

To prevent regressions, this PR adds a test that calls Inngest.send 1000 times in parallel.

Fixes #78