Niko Oliveira
Niko Oliveira
For wordle 241 the NYT hosted version of wordle had the solution of AROMA whereas wordle-cli produced AGORA. Looking at the solutions.txt data file we see that AGORA is just...
Tasks were previously being put into QUEUED state after they were active in the ECS executor. This was to store executor state for task adoption but had the side effect...
Sort the set of tasks that are up for adoption by the executor they're configured to run on (if any) and send them to the appropriate executor for adoption. ---...
This change delivers the main portion of hybrid executors to the Airflow scheduler. Each loop the query for TIs from the DB may contain TIs tagged with any executor (or...
The backfill job does its own scheduling and so needs changes to support hybrid executors outside of the Airflow Scheduler. --- **^ Add meaningful description above** Read the **[Pull Request...
### PLEASE READ DESCRIPTION Context: In the context of multi team airflow, teams will have their own configuration files for the components that run on team-only hosts (for workers, dag...