airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Body This issue aims to update in the front-end how we do the clearing of task instances and dag runs. With AIP-66, clearing a task in the past doesn't...
### Description ### Use case/motivation https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-74+Introducing+Data+Assets ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ###...
closes: #44351 "Retries" are majorly handled in airflow 2.x in here: https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L3082-L3101. The idea here is that in case a task is retry able, defined by https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L1054-L1073, the task is...
Related: https://github.com/apache/airflow/issues/43035 These are the stats comparing `uvicorn.run()` with` Gunicorn + GunicornMonitor` Comparison: Uvicorn vs. Gunicorn Performance Request Statistics Metric | Uvicorn | Gunicorn -- | -- | -- Total...