Closed
Bug 1567299
Opened 6 years ago
Closed 6 years ago
STMO report_ping command should store last ran timestamp in database and automatically run from last time if present
Categories
(bugzilla.mozilla.org :: General, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
Currently when report_ping runs it sends all bugs to STMO. There is a --since argument that can be used to only send bugs that have changed since the last export. Using that will require the cron job somehow storing a timestamp on the filesystem. For the purpose of K8s and not relying on shared file systems, it would be better to store the value in the DB
and load it from there.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Merged to master.
Note:
- Need to run checksetup.pl after deployment
- File a new bug to have the cron script changed to use --since-db once the change is deployed and checksetup has ran.
Flags: needinfo?(dkl)
| Assignee | ||
Comment 3•6 years ago
|
||
(In reply to David Lawrence [:dkl] from comment #2)
Merged to master.
Note:
- Need to run checksetup.pl after deployment
- File a new bug to have the cron script changed to use --since-db once the change is deployed and checksetup has ran.
Checksetup has been ran. Will file a bug to have the --since-db param added to the cron task.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(dkl)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•