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
Breaking out the task steps in order to reduce shared state on the tasks means
that we no longer need custom classes here. We should reduce the Task subclasses
back down to decorated functions, which preserve the naming, queue, and other
properties of the task.
project.tasks
core.util.tasks
The text was updated successfully, but these errors were encountered:
Breaking out the task steps in order to reduce shared state on the tasks means
that we no longer need custom classes here. We should reduce the Task subclasses
back down to decorated functions, which preserve the naming, queue, and other
properties of the task.
The text was updated successfully, but these errors were encountered: