FloChehab edited a comment on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689078932
So I have something a bit magical going on: * Same setup as you, * Same process. However I don't even need to restart the webserver or the scheduler: * I start the task * Wait for the pod to be in running state (on a remote cluster) * Stop the scheduler / webserver * Check on db the state of task => runnning * Pod finishes * State on db => success * Pods is deleted I don't really get what is going on ; nor how a pod in a remote cluster can talk to my local airflow db (which shouldn't be what is going on). I must have some airflow process in the background monitoring the pod, but I can't seem to find it... Too many weird stuff going on. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
