The way to run async functions in Celery tasks in one event loop
I have some async code and I need to run it inside the Celery task.
The way to run async functions in Celey tasks in one event loop
I have some async code and I need to run it inside the Celery task.