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 branch environment support #72

Closed goodoldneon closed 5 months ago

goodoldneon commented 5 months ago

Description

Add branch environment support. The crux of this change is letting users specify the environment name and then making the SDK include it in outgoing requests (i.e. syncing and sending events).

User-facing changes:

Internal changes:

Testing