Use LocalExecutor by default with tmux + Breeze#11791
Merged
potiuk merged 3 commits intoapache:masterfrom Oct 24, 2020
Merged
Conversation
potiuk
reviewed
Oct 23, 2020
kaxil
commented
Oct 23, 2020
potiuk
approved these changes
Oct 24, 2020
Member
potiuk
left a comment
There was a problem hiding this comment.
Yeah. After the discussion I realised how wrong my assumptions were. I am going also to propose (in the thread that Ash started in the devlist) that we simply disallow sequential executor for postures/mysql. There is no reason IMHO to use sequential in Postgres/Mysql so changing behaviour for 2.0 to the way I assumed it work (local as default for PG/MySql and fail hard if you use sequential for them). This seems like a good idea I think :)
michalmisiewicz
pushed a commit
to michalmisiewicz/airflow
that referenced
this pull request
Oct 30, 2020
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh
szn
pushed a commit
to szn/airflow
that referenced
this pull request
Nov 1, 2020
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh
potiuk
pushed a commit
that referenced
this pull request
Nov 14, 2020
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh (cherry picked from commit 0218bcf)
potiuk
pushed a commit
that referenced
this pull request
Nov 16, 2020
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh (cherry picked from commit 0218bcf)
potiuk
pushed a commit
that referenced
this pull request
Nov 16, 2020
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh (cherry picked from commit 0218bcf)
kaxil
added a commit
that referenced
this pull request
Nov 18, 2020
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh (cherry picked from commit 0218bcf)
cfei18
pushed a commit
to cfei18/incubator-airflow
that referenced
this pull request
Mar 5, 2021
* Use LocalExecutor by default with tmux + Breeze * Update run_tmux.sh * Update run_tmux.sh (cherry picked from commit 0218bcf)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By default, it would be good to use
LocalExecutorif not set in env file when started with breeze + tmux using./breeze start-airflow^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.