Airflow bugs but stays running

2016-10-03 Thread Renaud Grisoni
Hi all, I use Airflow v1.7.1.3 with the local scheduler and I encounter a problem with the scheduler : For some reason, the airflow database is no more accessible so the scheduler display the OperationalError below. My problem is the scheduler does not kill itself after this error, it is running

Re: Airflow bugs but stays running

2016-10-01 Thread siddharth anand
Hi Renaud, I've never encountered this issue though I do run postgres & LocalExecutor and am running 1.7.1.3 in all of my environments. I'm running on master on my local dev machine. I changed the valid sql_alchemy_conn = postgresql://siddharth@localhost:5432/airflow to the invalid