pierrejeambrun commented on code in PR #42304:
URL: https://github.com/apache/airflow/pull/42304#discussion_r1768312268


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -213,6 +214,20 @@ def _exit_gracefully(self, signum: int, frame: FrameType | 
None) -> None:
             self.processor_agent.end()
         sys.exit(os.EX_OK)
 
+    def _log_memoery_usage(self, signum: int, frame: FrameType | None) -> None:

Review Comment:
   Small typo here, otherwise looking good
   ```suggestion
       def _log_memory_usage(self, signum: int, frame: FrameType | None) -> 
None:
   ```



-- 
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]

Reply via email to