HomeSoftware Heritage

scheduler.task: Remove no longer used Task class

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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: ...

Details

Provenance
ardumontAuthored on Feb 15 2019, 2:56 PM
ardumontPushed on Feb 15 2019, 3:06 PM
Build Status
Buildable 4263
Build 5629: test-and-build

Commit No Longer Exists

This commit no longer exists in the repository.