Closed
Bug 1030189
Opened 11 years ago
Closed 8 years ago
Timeouts occur when downloading appmaker locale files
Categories
(Webmaker Graveyard :: Localization, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bobby, Assigned: jon)
Details
There are 3500+ files that are downloaded as a part of the appmaker locale system. webmaker-download-locales appmaker is run as a part of appmaker's npm install process, but no progress is reported, and errors aren't well managed (and reported).
Added some debugging to my local copy. Once in a while a ENOTFOUND pops up, but mostly ECONNTIMEOUT when downloading files from s3.
Changing the simultaneous download magic number (https://github.com/mozilla/webmaker-download-locales/blob/master/webmaker-download-locales.js#L19) to something less than 16 helps.
jbuck suggested grabbing zips of files instead of each one individually. Good idea.
p.s. This happens on weaker internet connections. Wifi in India, DSL at home, etc.
Comment 1•8 years ago
|
||
Closing this bug as part of the deprecation of the Webmaker product on Bugzilla.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•