-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[App] Add start_with_flow
flag to works
#15591
Conversation
start_with_flow
flag to worksstart_with_flow
flag to works
if not work._start_with_flow: | ||
continue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow! This must have changed recently. I didn't know we do this by default. That is definitely weird!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change hasn't happened yet but will soon, this is just in preparation 😃
Co-authored-by: Adrian Wälchli <[email protected]>
…AI/lightning into feature/works_startup
* Initial commit * Update cloud runner * Add `start_with_flow` flag * Update CHANGELOG.md * Update src/lightning_app/core/work.py Co-authored-by: Adrian Wälchli <[email protected]> * Update cloud runner * Revert, not needed Co-authored-by: Adrian Wälchli <[email protected]> (cherry picked from commit 733695d)
* Initial commit * Update cloud runner * Add `start_with_flow` flag * Update CHANGELOG.md * Update src/lightning_app/core/work.py Co-authored-by: Adrian Wälchli <[email protected]> * Update cloud runner * Revert, not needed Co-authored-by: Adrian Wälchli <[email protected]> (cherry picked from commit 733695d)
What does this PR do?
Adds a flag which can be used to stop a work from starting at the same time as the flow
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃