-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Adding ability to automatically set DAG to off after X times it failed sequentially #36935
Adding ability to automatically set DAG to off after X times it failed sequentially #36935
Conversation
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.
Great work. Can you add the test cases for this feature?
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.
I think this would be a helpful feature. Left a few comments around naming conventions
d9d29c2
to
3ff75bf
Compare
8e54af0
to
6df778f
Compare
394d028
to
6d7e91d
Compare
e836d92
to
081176f
Compare
TODO:
|
80170e4
to
81ed11f
Compare
dfaa53a
to
f34cd9e
Compare
Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com>
a4af994
to
bc56ee4
Compare
🎉 🎉 🎉 |
Thanks a lot @eladkal |
Looks like the diagrams weren't updated along with this migration? When you run precommit locally now, diagram changes are made for code that is unrelated. |
closes: #36239
Description
This PR adds ability to automatically turn off DAG after X number of consecutive failures.
There are 2 ways to configure this
environment variable.