scheduler.task: Remove no longer used Task class
All scheduler tasks have been rewritten to avoid using the inheritance
paradigm.
The post worker startup initialization no longer creates automatically
queues for registered tasks.
Queues creation is managed through explicit configuration
entries:
celery:
task_queues: ... task_modules: ...