SameerMesiah97 commented on code in PR #63035:
URL: https://github.com/apache/airflow/pull/63035#discussion_r2928027127
##########
providers/amazon/src/airflow/providers/amazon/aws/executors/aws_lambda/lambda_executor.py:
##########
@@ -339,20 +395,20 @@ def attempt_task_runs(self):
self.fail(task_key)
else:
status_code = response.get("StatusCode")
- self.log.info("Invoked Lambda for task %s with status %s",
task_key, status_code)
+ self.log.info("Invoked Lambda for workload %s with status %s",
task_key, status_code)
self.running_tasks[ser_task_key] = task_key
# Add the serialized task key as the info, this will be
assigned on the ti as the external_executor_id
self.running_state(task_key, ser_task_key)
def sync_running_tasks(self):
Review Comment:
Done
--
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]