diff --git a/posthog/temporal/batch_exports/utils.py b/posthog/temporal/batch_exports/utils.py index 742e68db845775..78754b2a4b572a 100644 --- a/posthog/temporal/batch_exports/utils.py +++ b/posthog/temporal/batch_exports/utils.py @@ -85,7 +85,7 @@ async def try_set_batch_export_run_to_running(run_id: str | None, logger, timeou """ if run_id is None: # Should never land here except in tests of individual activities - yield + yield None return background_task = asyncio.create_task(