Closed
Bug 924417
Opened 11 years ago
Closed 11 years ago
All network IO in ftpscraper.py should be more lenient with retries
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
63
People
(Reporter: peterbe, Assigned: peterbe)
Details
Thanks to #914912 the first network IO that ftpscraper.py does is wrapped in a very patient retry loop. But if the first call works and consequent ones don't you can still get various URL and HTTP errors.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/82edd9ff5356d5c0635a234204429075df397f32
fixes bug 924417 - Improve timeouts on crontabber ftpscraper, r=rhelmer
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 63
You need to log in
before you can comment on or make changes to this bug.
Description
•