You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
From https://bugzilla.mozilla.org/show_bug.cgi?id=1735512#c3 :
This week bug 1781578 got created on Wednesday UTC while the other bugs got created on Thursday, which is at least odd.
The text was updated successfully, but these errors were encountered: