Andrey Anshin

Results 168 comments of Andrey Anshin

Ah.. that one happen because PostgresHook build incorrect SA URI, it just tried to convert Airflow URI to SA URI

That is not only one, let me create generic task for all known hooks which incorrectly build SA URI

webserver logs ```console airflow webserver root@50bb968dd615:/opt/airflow# airflow webserver [2024-03-12T11:38:57.044+0000] {configuration.py:2091} INFO - Creating new FAB webserver config file in: /root/airflo w/webserver_config.py ____________ _____________ ____ |__( )_________ __/__ /________ __ ____...

> Statsd stopped sending metrics while we ran tasks more than 200 in parallel in multiple dags. Restarting the statsd pod solved the issue and the metrics exposing > The...

>I think this is just a band-aid and we need a more correct solution. ![image](https://github.com/apache/airflow/assets/3998685/d997927f-1a31-451a-a9c0-a091261edca5)

In general we accept bugs which could be reproduce in Open Source implementation on latest stable version of Airflow, for that purpose you could try to use provided Docker Compose...

I think yes we need an additional escalation level for execution timeout. The problem of current implementation that we raise an error in handler function and have no idea in...

I guess this should be implemented in top of the current implementation? Correct me if I wrong. 1. Try to raise exception AirflowTaskTimeout 2. Heartbeat checker also check timeout, something...

Upon cursory examination I could see only one side effect or benefit depend on the case. Right now task's email notifications and callbacks executed into the same process as task....