Open khamenman opened 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.
Transition
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.