Jeremy Satterfield
Coding, Making and Tulsa Life

Viewing posts tagged celery

Class-based Celery Tasks

Update 2017-11-02: Celery 4 now adivises against inheriting from Task unless you are extending common functionality. However you can still get similar functionality by creating a new class and calling is from inside a decorated function task.