ephraimbuddy opened a new pull request #15418:
URL: https://github.com/apache/airflow/pull/15418
Currently, when kubernetes watcher stream encounter Error 410('too old
resource version'),
it returns resource version '0' which is not the latest version.
This 410 error contains the latest resource version in its message.
This PR parses the message and return the latest resource version so that
watcher can continue watching instead of returning '0'
Some relevant links on this:
https://github.com/kubernetes-client/python/issues/609
https://github.com/kubernetes-client/python/issues/728#issuecomment-561134890
This would likely fix some issues #14175 and #13916
---
**^ Add meaningful description above**
Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)**
for more information.
In case of fundamental code change, Airflow Improvement Proposal
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals))
is needed.
In case of a new dependency, check compliance with the [ASF 3rd Party
License Policy](https://www.apache.org/legal/resolved.html#category-x).
In case of backwards incompatible changes please leave a note in
[UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]