You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4033, I introduce a bug when using Celery signatures.
From Celery's docs at http://docs.celeryproject.org/en/latest/reference/celery.html#celery.signature
> the .s() shortcut does not allow you to specify execution options
but there’s a chaning .set method that returns the signature
So, instead of dealing with multiple `.set()`, I'm just using the
`.signature()` method of the task which is more explicit.
0 commit comments