potiuk commented on issue #54550: URL: https://github.com/apache/airflow/issues/54550#issuecomment-3198170760
The only thing we know is that the job is not there. You should look at scheduler (or whatever liveness probe failed for) - but the answer must be in the logs. Apparently it reaches to a DB and reads information from it, so at least liveness probe is working - but scheduler job is running. there are no timestamp on your logs, so hard to say - but it looks like your scheduler gets SIGTERM very quickly after it starts, so you need to find out who and why causes the SIGTERM (15). You should also look at your startup probe logs. There are some mixed reports here, so I am not sure which part is which but: >Loading 1 plugin(s) took 275.59 seconds This wass awfully, awfully long. There is likely something very wrong with your configuration (I guess your DNS responding very slowly or not at all). But what it is, it hard to say, DNS is just a default guess If there is something equally strange. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
