generated from getsentry/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
Environment
Standard GitHub Runners
Version
v3.4.0
Steps to Reproduce
- Use Action
- Use it during a specific time and place when Sentry has an issue
Sadly this treats our build as a failure and thus needs a re-run. Out of our last 30 build failures in past 22 days, 11 of those are Sentry having an HTTP 5xx error during this action's usage.
Expected Result
The Action to retry on 5xx with exponential backoff?
Actual Result
Error: Command failed: /action-release/node_modules/@sentry/cli-linux-x64/bin/sentry-cli --header sentry-trace:xxx-1 --header baggage:sentry-environment=production-sentry-github-action,sentry-release=3.4.0,sentry-public_key=xxx,sentry-trace_id=xxx,sentry-sample_rate=1,sentry-transaction=sentry-github-action-execution,sentry-sampled=true releases set-commits v0.5.0-xxx --auto
error: API request failed
Caused by:
sentry reported an error: gateway timeout (http status: 504)
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.
node:internal/errors:984
const err = new Error(message);
fdobrovolny, fizvlad, FedericoSinisi, korkmaz, moverware and 4 more
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working