Borderless360 / django-logic-celery

Django-Logic Celery extension to support background transitions
MIT License
7 stars 3 forks source link

Create Celery-based transitions #2

Open emil-balashov opened 4 years ago

emil-balashov commented 4 years ago

It would be great if it has pre-defined some transitions:

  1. InProgressTransition - has celery side-effects and callbacks as functions
  2. PostTransition - has only callbacks as celery tasks
  3. CeleryTransition - has both celery side effects and callbacks tasks
emil-balashov commented 4 years ago

Add a new transition which runs all side-effects & callbacks inside one celery task