Borderless360 / django-logic-celery

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

Celery side effects/callbacks depend on Pickle #1

Open khamenman opened 4 years ago

khamenman commented 4 years ago

In Celery side effects/callbacks, Transition class instances are passed directly to internal Celery tasks, which means they would only work with Pickle serialization method.