SameerMesiah97 commented on code in PR #63035:
URL: https://github.com/apache/airflow/pull/63035#discussion_r2927995217
##########
providers/amazon/src/airflow/providers/amazon/aws/executors/aws_lambda/lambda_executor.py:
##########
@@ -411,7 +467,7 @@ def process_queue(self, queue_url: str):
task_key = self.running_tasks[ser_task_key]
except KeyError:
Review Comment:
Where appropriate I have changed 'task' to 'workload' in variable names,
method signatures, comments, docstrings and log messsages. However, some
variables I thought it best to leave them as is because it would be misleading
to change them. For example, `ser_task_key` is derived from the value whose key
name is `task_key` in the JSON payload, which constitutes the SQS message. It
would not make sense to change `ser_task_key` to `ser_workload_key` just for
the sake of consistency.
--
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]