ferruzzi commented on code in PR #69092:
URL: https://github.com/apache/airflow/pull/69092#discussion_r3532700975
##########
providers/celery/src/airflow/providers/celery/executors/celery_executor.py:
##########
@@ -210,7 +211,7 @@ def _send_workloads(self, workload_tuples_to_send:
Sequence[WorkloadInCelery]):
):
retries = self.workload_publish_retries[key]
if retries < self.workload_publish_max_retries:
Review Comment:
Sorry, I think I mixed up my PRs. You had already done what I was asking
you to do. My mistake.
--
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]