Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show 'Executing...' line for subsequent @runs_once invokes #430

Closed
bitprophet opened this issue Sep 2, 2011 · 0 comments
Closed
Labels

Comments

@bitprophet
Copy link
Member

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.

@ghost ghost assigned bitprophet Sep 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant