probe-scraper
probe-scraper copied to clipboard
probe-scraper created one bug for an expiring probe a day earlier than the other ones
From https://bugzilla.mozilla.org/show_bug.cgi?id=1735512#c3 :
bugs are only created on "wednesday" runs (which don't happen until UTC thursday) https://github.com/mozilla/probe-scraper/blob/main/probe_scraper/probe_expiry_alert.py#L397-L398
# Only send create bugs on Wednesdays, run the rest for debugging/error detection
dryrun = dryrun or current_date.weekday() != 2
This week bug 1781578 got created on Wednesday UTC while the other bugs got created on Thursday, which is at least odd.