Hello, I've noticed that in my flow runs, there are tasks that show completed, but the task continues to run. The flow also finishes in a completed state. These are run locally for now, but I want to ensure that when I convert these to a deployment they do not exhaust my compute credits, if we choose to go that route.
Here are the params for the task decorator:
@task(name="Validate Data", timeout_seconds=60, persist_result=False)
➕ 2
e
Ethan Hamilton
09/15/2025, 9:43 PM
having the same issue
o
Owen Boyd
09/15/2025, 11:18 PM
+1 we are also seeing this.
Owen Boyd
09/15/2025, 11:37 PM
ran top with py spy and I've got a full core (1/17) stuck trying to export telemetry while the rest are idle. I posted about this yesterday too
Owen Boyd
09/15/2025, 11:37 PM
Copy code
pgrep -lf uv
sudo uv run py-spy top --subprocesses --pid 97685