vipr.plugins.celery package

Submodules

vipr.plugins.celery.celery_states module

Celery state constants for VIPR framework.

This module provides consistent Celery state constants to avoid magic strings throughout the codebase.

class vipr.plugins.celery.celery_states.CeleryState(value)

Bases: str, Enum

An enumeration.

FAILURE = 'FAILURE'
PENDING = 'PENDING'
PROGRESS = 'PROGRESS'
REVOKED = 'REVOKED'
SUCCESS = 'SUCCESS'

Module contents