Closed
Bug 1125357
Opened 10 years ago
Closed 10 years ago
Try importing after fetch_screencaptures
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Currently we have two cron jobs to do with screen captures.
1) fetch_screencaptures
Extracts the JPEGs and leaves them in a dedicated temp directory
2) import_screencapures
Sucks up JPEGs in the dedicated temp directory and attaches them to the events accordingly.
We should make fetch_screencaptures more flexible so that it can extract the JPEGs and leave them but also attempt to import them because...
* ...if it works, we don't have to wait for import_screencaptures
* ...if it fails, it's fine, the JPEGs are there for import_screencaptures to pick up
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/6b6f4885a36b581166636adb925e0cf68bfa3153
fixes bug 1125357 - Try importing after fetch_screencaptures
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
Updated•3 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•