Skip to content

Commit 17d72f9

Browse files
committed
note to hcloud incident
1 parent afe387b commit 17d72f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ while [[ $RETRY_COUNT -lt $MAX_RETRIES ]]; do
387387
break
388388
else
389389
# Check if the error is related to resource unavailability
390+
# Workaround for https://status.hetzner.com/incident/aa5ce33b-faa5-4fd0-9782-fde43cd270cf
390391
if grep -q -E "resource_unavailable|resource_limit_exceeded" "servers.json"; then
391392
echo "Resource limitation detected."
392393
# If error is not resource-related, don't retry

0 commit comments

Comments
 (0)