Hello, I've noticed that in my flow runs, there ar...
# ask-community
a
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
having the same issue
o
+1 we are also seeing this.
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
Copy code
pgrep -lf uv

sudo uv run py-spy top --subprocesses --pid 97685