-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm trying to use celery-batches in chain, like this:
chain(
task_foo.s(*args, **kwargs),
batch_task.s(*args, **kwargs),
task_bar.s(*args, **kwargs),
).apply_async()
Celery never registers task_bar as batch_task child and the chain cuts off. What could be the cause and how can I fix it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request