Bowrna commented on PR #31996: URL: https://github.com/apache/airflow/pull/31996#issuecomment-1596638645
Some of the suggestions provided in the issue by @hterik ```A few suggestions that would help: A: Don't log the whole stack trace, instead just log this as an error message. B: Include a descriptive message of the consequence of this error in the log. C: When heartbeat recovers, log it. D: If heartbeat was recovered after scheduler_health_check_threshold, log another more severe error message including descriptive message of the consequences. ``` the current changes cover A and B. I will figure out how I can find if the heartbeat is recovering and finish C and D parts. -- 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]
