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
We have a few usages of Task.signature() and Task.s(). These methods aren't supported by taskworker, and we should replace the current usage with either direct calls to .delay() or wrap methods with lambda to ease integration with transaction.on_commit().
Remove usage of these celery features as we don't have them implemented
in taskbroker, and given the number and kind of usage these methods are
getting we've decided to not implement them for taskworkers.
Refs #88088
We have a few usages of
Task.signature()
andTask.s()
. These methods aren't supported by taskworker, and we should replace the current usage with either direct calls to.delay()
or wrap methods withlambda
to ease integration withtransaction.on_commit()
.Impacted callsites
The text was updated successfully, but these errors were encountered: