Closed Bug 1558950 Opened 5 years ago Closed 5 years ago

Add cron job to run bugzilla.pl report_ping daily

Categories

(bugzilla.mozilla.org :: Infrastructure, task)

Production
task
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1568266

People

(Reporter: dylan, Unassigned)

References

Details

We need to run this command weekly. A later revision will add a --since flag that takes a date one week in the past.


perl bugzilla.pl report_ping \
   --class Simple \
   --base-url https://incoming.telemetry.mozilla.org/submit \
   --namespace eng-workflow \
   --doctype bmobugs \
   --since "$( FIXME )"

:dylan how much work is involved in getting daily updates rather than weekly complete dumps?
Working on data up to a week old isnt ideal.

Flags: needinfo?(dylan)

With the bug that adds --since, probably daily will work. Someone will need to benchmark that.

Flags: needinfo?(dylan) → needinfo?(sbennetts)
Summary: Add cron job to run bugzilla.pl report_ping weekly or so → Add cron job to run bugzilla.pl report_ping daily
Depends on: bmo-stmo-since

The cron has been installed to do a full run weekly which is what this bug was about originally so closing as a dupe. The handling of --since will be done in bug 1567299.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Flags: needinfo?(sbennetts)
You need to log in before you can comment on or make changes to this bug.