Closed Bug 1187612 Opened 9 years ago Closed 9 years ago

Retry if queue.taskcluster.net returns 5xx errors

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Assigned: rail)

References

Details

[taskcluster] taskId: pgtDz131T1yoCpWOZVasAg, workerId: i-4983899a rail/funsize-balrog-submitter@sha256:8abcd121dec7496a6ebf122ac93dad4459657f6e78788a37db200b7a9c5ad546 exists in the cache. + test https://queue.taskcluster.net/v1/task/J-8M0GcBQia7Svf2Xq_jgA/artifacts/public/env + test http://balrog/api + test nightly + wget -O /home/worker/manifest.json https://queue.taskcluster.net/v1/task/J-8M0GcBQia7Svf2Xq_jgA/artifacts/public/env/manifest.json --2015-07-25 14:07:21-- https://queue.taskcluster.net/v1/task/J-8M0GcBQia7Svf2Xq_jgA/artifacts/public/env/manifest.json Resolving queue.taskcluster.net (queue.taskcluster.net)... 54.221.199.178, 54.235.163.87, 23.21.178.59 Connecting to queue.taskcluster.net (queue.taskcluster.net)|54.221.199.178|:443... connected. HTTP request sent, awaiting response... 503 Service Unavailable 2015-07-25 14:07:51 ERROR 503: Service Unavailable. [taskcluster] Unsuccessful task run with exit code: 8 completed in 92.363 seconds
wget doesn't support retries on 503s, replaced with `curl --location --retry 10 --retry-delay 10 ...`
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee: nobody → rail
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.