Skip to content

Commit 488f258

Browse files
authored
Merge pull request #3 from gizmoguy/ratelimits
Handle ratelimited API calls.
2 parents 8cc2ab3 + 30ccbf5 commit 488f258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLOUDSMITH_REPO="${2}"
77
CLOUDSMITH_USERNAME="${3}"
88
export CLOUDSMITH_API_KEY="${4}"
99

10-
cloudsmith_push_args=(--sync-attempts 10 --wait-interval 5 --republish)
10+
cloudsmith_push_args=(--sync-attempts 5 --wait-interval 10 --error-retry-max 15 --error-retry-backoff 2 --republish)
1111

1212
# required to make python 3 work with cloudsmith script
1313
export LC_ALL=C.UTF-8

0 commit comments

Comments
 (0)