Closed Bug 1230219 Opened 9 years ago Closed 9 years ago

No ADU for 2015-12-02

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Assigned: peterbe)

Details

Assignee: nobody → peterbe
breakpad=> begin;
BEGIN
breakpad=> update crontabber set next_run = next_run - interval '1 day', last_success = last_success - interval '1 day' where app_name='fetch-adi-from-hive';
UPDATE 1
breakpad=> select next_run, last_success from crontabber where app_name='fetch-adi-from-hive';
        next_run        |      last_success
------------------------+------------------------
 2015-12-03 08:00:00+00 | 2015-12-02 08:00:00+00
(1 row)

breakpad=> commit;
COMMIT
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.