Javier Ruere
11/01/2022, 5:47 PM<http://anyio.to|anyio.to>_thread
internally.
I'm using the ConcurrentTaskRunner.
The flow is ran like this:
anyio.run(
generate_report,
datetime.date.fromisoformat(run_date),
backend_options={"debug": True, "use_uvloop": True},
)
The problem I' having is that some Tasks finish but they remain in state Running forever. There's no output I could see to understand the problem.
Help, please.Kalise Richmond
11/01/2022, 10:07 PMJavier Ruere
11/02/2022, 8:06 AMZanie
11/03/2022, 8:08 PMJavier Ruere
11/05/2022, 7:49 PM