Michael Ulin
12/18/2021, 10:43 PMAnna Geller
12/19/2021, 12:22 AMMichael Ulin
12/19/2021, 9:37 PMNoah Holm
12/20/2021, 9:02 AMasync def afunc
without the task decorator and call it in your task with e.g., asyncio.run(afunc(...))
. This is working well for us 🙂Michael Ulin
12/23/2021, 8:19 PM