This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch fix-localexec-high-concurrency
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ea66c9279c9 Make LocalExecutor work under heavy load
     add 37b03c1d541 Move XComOperatorLink to serialized_objects as only API 
server uses it (#47674)
     add a75517b1051 Add upper bound for attrs - 25.2.0 broke main (#47683)
     add c48f02a81be Make LocalExecutor work under heavy load

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ea66c9279c9)
            \
             N -- N -- N   refs/heads/fix-localexec-high-concurrency 
(c48f02a81be)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/serialization/serialized_objects.py        | 38 +++++++++++++++++++++-
 hatch_build.py                                     |  4 ++-
 task-sdk/pyproject.toml                            |  4 ++-
 .../airflow/sdk/definitions/baseoperatorlink.py    | 38 ----------------------
 tests/serialization/test_dag_serialization.py      |  2 +-
 5 files changed, 44 insertions(+), 42 deletions(-)

Reply via email to