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 not fetching event batch from API #66

Closed goodoldneon closed 6 months ago

goodoldneon commented 6 months ago

Description

Fix the SDK not fetching the event batch from the API when the Executor tells it to

Context

The Executor tells the SDK to fetch the event batch from the API when the event batch is too large to fit in the request to the SDK.

We need to make a similar change for fetching step data from the API, but that's out of scope for this PR