Skip to content

Conversation

@ephraimbuddy
Copy link
Contributor

Time for 2.6.0rc2!

…ndler. (#30860)

When task is running, handlers are moved from airflow.task to root.  Under normal circumstances this is a non-issue because the reader is instantiated in a webserver but there are certain contrived scenarios such as test dags which instantiate the reader in the context of a running task.

(cherry picked from commit 4a1d5b2)
@potiuk
Copy link
Member

potiuk commented Apr 26, 2023

You will also need to cherry-pick #30875 @ephraimbuddy

potiuk and others added 4 commits April 26, 2023 15:42
Flask 2.2.4 released yesterday, cause one of our (far too picky)
tests to break - breaking main. This PR fixes it by
making the test less picky.

(cherry picked from commit 3f3afe9)
We were using pod_id in a lot of place, where really it is just the pod
name. I've renamed it, where it is easy to do so, so things are easier
to follow.

(cherry picked from commit 5efcb99)
* Fix KubernetesExecutor sending state to scheduler

It turns out the event_buffer expects the TI state, not the worker
state. This changes KE to sending the proper state back to the scheduler
job.

* dedup using event, not running

(cherry picked from commit 0133f68)
@ephraimbuddy ephraimbuddy merged commit 3702656 into v2-6-stable Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants