Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

probe-scraper created one bug for an expiring probe a day earlier than the other ones #466

Open
Archaeopteryx opened this issue Jul 28, 2022 · 0 comments

Comments

@Archaeopteryx
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant