Skip to content

Commit 6e5068c

Browse files
authored
connector publish pipeline: increase retry delay (#43719)
1 parent c90ba42 commit 6e5068c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_connectors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
subcommand: "connectors --concurrency=1 --execute-timeout=3600 --metadata-changes-only publish --main-release"
4646
python_registry_token: ${{ secrets.PYPI_TOKEN }}
4747
max_attempts: 2
48+
retry_wait_seconds: 600 # 10 minutes
4849

4950
- name: Publish connectors [manual]
5051
id: publish-connectors

0 commit comments

Comments
 (0)