This repository contain a minimal working example of celery-pool-asyncio to work Celery pool to run coroutine tasks. Same code base can be use too for testing redbeat scheduler (Which is not supporting coroutine tasks at this moment).
To run celery worker
$ celery -A task worker -l debug -P celery_pool_asyncio:TaskPoolTo run celery beat
$ celery beat -A task -l debugNote: In order to run this sample code with Redbeat Scheduler, change scheduler configuration in config.py to redbeat.RedBeatScheduler