Skip to content

Commit d513da5

Browse files
docs: add comment to trigger GitHub actions
1 parent b542d7d commit d513da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nisystemlink/clients/dataframe/_data_frame_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from . import models
1919

2020

21+
# retry for common status codes and any Connection error
2122
@retry(
2223
when=retry.when.status([429, 502, 503, 504]),
2324
stop=retry.stop.after_attempt(5),

0 commit comments

Comments
 (0)