Add backoff and jitter to deployment polling

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Yoann Chaudet
2026-09-01 13:02:03 -07:00
parent 5e98f10ce2
commit 0143e11abb
6 changed files with 158 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ inputs:
required: false
default: '10'
reporting_interval:
description: 'Time in milliseconds between two deployment status report (default: 5 seconds)'
description: 'Initial time in milliseconds between deployment status reports; subsequent intervals use capped backoff and jitter (default: 5 seconds)'
required: false
default: '5000'
artifact_name: