We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe387b commit 17d72f9Copy full SHA for 17d72f9
1 file changed
action.sh
@@ -387,6 +387,7 @@ while [[ $RETRY_COUNT -lt $MAX_RETRIES ]]; do
387
break
388
else
389
# Check if the error is related to resource unavailability
390
+ # Workaround for https://status.hetzner.com/incident/aa5ce33b-faa5-4fd0-9782-fde43cd270cf
391
if grep -q -E "resource_unavailable|resource_limit_exceeded" "servers.json"; then
392
echo "Resource limitation detected."
393
# If error is not resource-related, don't retry
0 commit comments