Burak Karakan

Results 47 comments of Burak Karakan

thanks for giving this a look, I wanted to discuss some of these points as well. - Enabling this by default: I agree with you, I think it should be...

also, one question: is there a reason why you picked running Python code for the liveness probes instead of the airflow CLI commands?

I have moved off of this chart to the official one, unfortunately I don't think I'll be able to maintain / follow-up on this PR, feel free to take over.

Attaching the logs here: [logs.txt](https://github.com/apache/airflow/files/9805072/logs.txt)

In my case I am using DigitalOcean's managed pgbouncer, therefore I do not have access to see if it is being restarted regularly or the timings of it unfortunately. All...

I can confirm that the issue is still there even after I disabled the context logger: ```cfg [logging] colored_console_log = False enable_task_context_logger = False log_format = %%(asctime)s | %%(levelname)s |...

Exactly, the issue wasn't happening in 7.4.2, it has started happening in 7.12.0, although I have updated pretty much all the other providers as well as the airflow version at...

The issue disappeared when I went back to 7.4.2, which means it has nothing to do with Airflow 2.8.0 or my environment as far as I can tell. I have...

Here's the dockerfile I use for this deployment: ```dockerfile FROM apache/airflow:2.8.0-python3.11 ENV PYTHONPATH "${PYTHONPATH}:${AIRFLOW_HOME}" ENV SQLALCHEMY_SILENCE_UBER_WARNING=1 USER root RUN apt-get update && apt-get install -y git gcc g++ unixodbc unixodbc-dev...