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

Fix signing key required for client-only #73

Closed goodoldneon closed 5 months ago

goodoldneon commented 5 months ago

Description

No longer require a signing key when instantiating the Inngest client. Instead, the signing key is only required when serving Inngest functions in Cloud mode.

Motivation

Some users may want to only use the Inngest client for sending events. For that use case, only the event key should be required