scipost.management.commands.check_celery module

class scipost.management.commands.check_celery.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Check if Celery is still running, or at least not failing.'
handle(*args, **kwargs)[source]

The actual logic of the command. Subclasses must implement this method.