Uh oh!
There was an error while loading. Please reload this page.
heartbeat recovery message - #34457
Conversation
df94736 to
55faf46CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5c097d4 to
a33cf10Comparea33cf10 to
1730227Compared051cb4 to
9d82803Comparec21c011 to
54e6c96Compare54e6c96 to
f77fa86Compare0328759 to
139f4aaCompare984c74c to
dfaaabeComparepotiuk
commented
Mar 9, 2024
this looks good @Bowrna (except the static check failing) - but I have one small proposal. It took me a bit of time to see why grace_multiplier is not passed to to the method in heartbeat - and I found out that even if it is specified in And then - it should be taken from job whenever needed (similarly as we take job.job_type). It would be great to change it here - because we are anyhow touching the same code, but If you think it's too much, I am fine to approve it even without it (and you could do it as a follow-up for example). |
Bowrna
commented
Mar 13, 2024
@potiuk i will add the changes that you have suggested |
3176485 to
f28a5b7CompareBowrna
commented
Mar 20, 2024
@potiuk i made the changes regarding the grace_multiplier. If I remember right, the grace_multiplier was allowed to be set as a param value in config side and I don't see that part of the code currently. am I missing something here? |
potiuk
commented
Mar 20, 2024
Yes. Grace_multiplier is not set anywhere to a different value than default 2.1 now. |
potiuk
commented
Mar 20, 2024
(or so I saw from reviewing the code myself). It's still good to keep it though in case we have a case we want to override it. |
f28a5b7 to
eef776fComparepotiuk
commented
Mar 20, 2024
Looks like real issues. |
2e4b788 to
fd2e4e1CompareBowrna
commented
Mar 21, 2024
Test is failing in the health api call testcases. let me debug the issue and fix it by EOD |
fd2e4e1 to
ddc7d44CompareUh oh!
There was an error while loading. Please reload this page.
d0b3f94 to
40c4b33Compare40c4b33 to
dda9b36CompareBowrna
commented
Apr 4, 2024
All green now :) |
potiuk
commented
Apr 5, 2024
🎉 |
related: #31810
closed: #31810
this covers the point C of the issue
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an 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 a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.