jfrag1 commented on code in PR #26188:
URL: https://github.com/apache/superset/pull/26188#discussion_r1418158472
##########
superset/utils/retries.py:
##########
@@ -26,13 +27,15 @@ def retry_call(
*args: Any,
strategy: Callable[..., Generator[int, None, None]] = backoff.constant,
exception: type[Exception] = Exception,
+ giveup_log_level: int = logging.WARNING,
Review Comment:
I think just `int` is more precise here, since the default `logging.WARNING`
is an int, and it wouldn't make sense to pass `giveup_log_level=None`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]