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 a test that demonstrates how async.gather doesn't work #69

Closed goodoldneon closed 5 months ago

goodoldneon commented 5 months ago

Description

We don't support async.gather yet, so we'll make that clearer by adding a test that demonstrates the bug when using async.gather. I suppose it's odd to test for something you don't support, but it doesn't hurt to be clear

Context

We'd love to support async.gather but we'll need to add non-trivial event loop inspection logic (similar to our TypeScript SDK), and we don't have the bandwidth for that work yet