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

Add before_send_events middleware hook #82

Closed goodoldneon closed 4 months ago

goodoldneon commented 4 months ago

Add before_send_events middleware hook. This is necessary for middleware that encrypts events.

Also moved the client middleware test out of the cases directory. This was necessary to avoid side effects between tests, since they share the same Inngest client