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
Jacob Kaplan-Moss noticed that using @runs_once still causes an Executing task line to print out for every call of the decorated task, even though (as designed) the body of the task is only being executed the first time.
This is ugly and feels like a bug -- while the task will return its memoized value, it's not actually running/executing, and so it's just extra noise when used as part of a multi-host run.
The text was updated successfully, but these errors were encountered:
Jacob Kaplan-Moss noticed that using
@runs_once
still causes anExecuting task
line to print out for every call of the decorated task, even though (as designed) the body of the task is only being executed the first time.This is ugly and feels like a bug -- while the task will return its memoized value, it's not actually running/executing, and so it's just extra noise when used as part of a multi-host run.
The text was updated successfully, but these errors were encountered: