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

ephraimanierobi pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard 55fa5d8  Reduce DB load incurred by Stale DAG deactivation (#21399)
 discard 4e24bdc  adding `on_execute_callback` to callbacks docs (#22362)
 discard 9196290  Add documentation on specifying a DB schema. (#22347)
 discard 21bcb05  Fix race condition between triggerer and scheduler (#21316)
 discard 13cc488  Fix postgres part of pipeline example of tutorial (#21586)
 discard 7fee30a  Log traceback in trigger excs (#21213)
 discard 6cd9870  Fix duplicate trigger creation race condition (#20699)
 discard 79bcf50  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
 discard 3a60d1a  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
 discard 6a86a5b  fix: Update custom connection field processing (#20883)
 discard e92201d  A trigger might use a connection; make sure we mask passwords 
(#21207)
 discard 42c3fce  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
 discard 1d0e37e  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
 discard 2312db8  Fix Resources __eq__ check (#21442)
 discard fed7cd5  Filter out default configs when overrides exist. (#21539)
 discard c5b6e16  Fix logging JDBC SQL error when task fails (#21540)
 discard ea9bd4e  Disable default_pool delete on web ui (#21658)
 discard 805a7e5  Log exception in local executor (#21667)
 discard f1fa614  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
 discard 1ec6a46  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard 085d8df  Fix filesystem sensor for directories (#21729)
 discard 116916d  Fix graph autorefresh on page load (#21736)
 discard 713b5c2  Correct a couple grammatical errors in docs (#21750)
 discard 2e656f3  Fix triggerer --capacity parameter (#21753)
 discard 8c91738  Fix the triggerer capacity test (#21760)
 discard 3269b46  Fix assignment of unassigned triggers (#21770)
 discard 6f87af6  Fix incorrect data provided to tries & landing times charts 
(#21928)
 discard 1094a99  DB upgrade is required when updating Airflow (#22061)
 discard 8591d1d  fixup! Bump version to 2.2.5
 discard 6233769  Bump version to 2.2.5
     new 759efa0  Bump version to 2.2.5
     new 9e58da4  DB upgrade is required when updating Airflow (#22061)
     new 38acbfe  Fix incorrect data provided to tries & landing times charts 
(#21928)
     new f51b279  Fix assignment of unassigned triggers (#21770)
     new 127b19b  Fix the triggerer capacity test (#21760)
     new 7b7f196  Fix triggerer --capacity parameter (#21753)
     new ed05429  Correct a couple grammatical errors in docs (#21750)
     new a4cca20  Fix graph autorefresh on page load (#21736)
     new a6e1727  Fix filesystem sensor for directories (#21729)
     new fe25c1b  Fix stray order_by(TaskInstance.execution_date) (#21705)
     new e63f097  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
     new f29b61c  Log exception in local executor (#21667)
     new e21649e  Disable default_pool delete on web ui (#21658)
     new 0db1aed  Fix logging JDBC SQL error when task fails (#21540)
     new d88d9f7  Filter out default configs when overrides exist. (#21539)
     new f73548f  Fix Resources __eq__ check (#21442)
     new b62ffe6  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
     new 8058cd7  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
     new bfaf0de  A trigger might use a connection; make sure we mask passwords 
(#21207)
     new 81bfa42  fix: Update custom connection field processing (#20883)
     new e3d602f  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     new f4da057  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
     new 02cdb2c  Fix duplicate trigger creation race condition (#20699)
     new b78760e  Log traceback in trigger excs (#21213)
     new a56a5bf  Fix postgres part of pipeline example of tutorial (#21586)
     new 31d0f47  Fix race condition between triggerer and scheduler (#21316)
     new 1159c8e  Add documentation on specifying a DB schema. (#22347)
     new 11c89bd  adding `on_execute_callback` to callbacks docs (#22362)
     new fbb1139  Reduce DB load incurred by Stale DAG deactivation (#21399)
     new 00fee05  Fix Tasks getting stuck in scheduled state (#19747)

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   (55fa5d8)
            \
             N -- N -- N   refs/heads/v2-2-test (00fee05)

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.

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/jobs/scheduler_job.py    | 339 ++++++++++++++++++++++++---------------
 tests/jobs/test_scheduler_job.py |  94 ++++++++++-
 2 files changed, 300 insertions(+), 133 deletions(-)

Reply via email to