sduvvuri26 commented on code in PR #68622:
URL: https://github.com/apache/airflow/pull/68622#discussion_r3426385754
##########
providers/databricks/src/airflow/providers/databricks/triggers/databricks.py:
##########
@@ -36,7 +36,8 @@ class DatabricksExecutionTrigger(BaseTrigger):
:param polling_period_seconds: Controls the rate of the poll for the
result of this run.
By default, the trigger will poll every 30 seconds.
:param retry_limit: The number of times to retry the connection in case of
service outages.
- :param retry_delay: The number of seconds to wait between retries.
+ :param retry_delay: Minimum wait in seconds between retryable attempts
when using the
Review Comment:
Thanks. Updated `retry_delay` in `triggers/databricks.py` to include the
exponential backoff cap (`2 ** retry_limit`), matching `BaseDatabricksHook` /
`DatabricksHook`.
--
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]