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

Improve the inspection endpoint; fix Dev Server auto-discovery #74

Closed goodoldneon closed 5 months ago

goodoldneon commented 5 months ago

Description

Add data to the inspection endpoint. It now returns responses like this:

{
  "function_count": 15,
  "has_event_key": false,
  "has_signing_key": false,
  "mode": "dev"
}

Also, fix Dev Server auto-discovery. It was failing because the Dev Server doesn't send a "server kind" in its discovery GET requests