Closed
Bug 403126
Opened 18 years ago
Closed 18 years ago
Use unique names for temporary log files
Categories
(addons.mozilla.org Graveyard :: Maintenance Scripts, defect)
addons.mozilla.org Graveyard
Maintenance Scripts
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fligtar, Assigned: fligtar)
Details
Attachments
(1 file)
|
1.45 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
Since we'll soon have up to 4 parse_logs.php running at the same time (hopefully they would be spaced out, but you never know), we need to make sure they all use different temporary files other than {tmpDir}/addon_log_file.
Recommended that oremj use a different tmp dir for each cron job currently, until the new script goes live.
| Assignee | ||
Comment 1•18 years ago
|
||
Creates unique filename and also gets rid of leftover code from when updatepings and downloads could be parsed together.
Attachment #287949 -
Flags: review?(morgamic)
Comment 2•18 years ago
|
||
Comment on attachment 287949 [details] [diff] [review]
patch
Works for me.
Attachment #287949 -
Flags: review?(morgamic) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
Checked in.
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•