Hey All, I am trying to deploy my first custom tap to Production using airflow as an orchestrator everything works as expected in my local but once I switch from my SQLite database to a Postgres database for airflows metadata i am unable to start Airflows web server i just get a WORKER TIMEOUT message.
In the airflow docs you can set a
keepalive setting and i have done this but still get the same error. Anyone have any ideas on what the issue could be.