Closed
Bug 737186
Opened 13 years ago
Closed 11 years ago
use retry for file downloads
Categories
(Release Engineering :: General, enhancement, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
References
Details
(Whiteboard: [retry][simple])
Attachments
(1 file)
|
2.82 KB,
patch
|
Details | Diff | Splinter Review |
Retrying at the Build level would be bad, because it could end up putting even more load on FTP/stage. If we retry at the BuildStep level, with a decent sleep inbetween attempts, that would probably be OK.
Updated•13 years ago
|
Severity: normal → enhancement
Priority: -- → P2
Whiteboard: [retry][simple]
Comment 1•13 years ago
|
||
For those keeping track, this will apparently be happening every single morning.
Updated•13 years ago
|
Assignee: nobody → catlee
Comment 2•13 years ago
|
||
so this seems to work when ftp is working correctly. I haven't figured out how to test it when ftp is returning 503 errors.
Attachment #608472 -
Flags: feedback?(bhearsum)
Comment 3•13 years ago
|
||
Comment on attachment 608472 [details] [diff] [review]
retry file downloads
no, I lie, it doesn't work for talos because we don't have tools checked out.
Attachment #608472 -
Flags: feedback?(bhearsum)
Updated•12 years ago
|
Assignee: catlee → nobody
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 4•11 years ago
|
||
This is being handled by mozharness in general. I don't think it's worth addressing in buildbot.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•