Skip to content

Add generic implementation for management command execution via celery.

Johan Bloemberg requested to merge ratings-task into master

Uses rebuild-ratings as example since it is simple and usable at the moment.

Celery part has not yet been tested.

Support -v argument to set verbosity.

Using -m argument to set method for execution (direct, sync or async. See docs)

TaskCommand base class is generic and reusable by other commands.

Edited by Johan Bloemberg

Merge request reports