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 memoized step data from API #67

Closed goodoldneon closed 6 months ago

goodoldneon commented 6 months ago

Description

Fix a bug where we wouldn't fetch memoized step data from the API.

Also, do a little refactoring in the batch fetching methods to share general GET methods with the step fetching methods

Context

The Executor won't include the memoized step data in the request if it's too large. Instead, it'll tell the SDK to fetch it from the API