collinmcnulty commented on code in PR #26582:
URL: https://github.com/apache/airflow/pull/26582#discussion_r980063752
##########
airflow/executors/kubernetes_executor.py:
##########
@@ -548,11 +548,11 @@ def execute_async(
executor_config: Any | None = None,
) -> None:
"""Executes task asynchronously"""
- self.log.info('Add task %s with command %s with executor_config %s',
key, command, executor_config)
Review Comment:
I'm actually concerned mostly with "valid" content that is nonetheless
troublesome to the task. E.g. asking for more memory than any node actually has
or mounting a drive to the wrong location.
--
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]