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

Fix weekly wiki and question GA traffic crons #1819

Closed
escattone opened this issue Jun 3, 2024 · 2 comments
Closed

Fix weekly wiki and question GA traffic crons #1819

escattone opened this issue Jun 3, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@escattone
Copy link
Contributor

escattone commented Jun 3, 2024

The reload wiki and question traffic stats crons have been failing for a couple of weeks now and no longer report to DMS. It appears to be due to occasionally unexpected paths of "/":

https://mozilla.sentry.io/share/issue/5289b84e7517427c84bee49651e558ff/
https://mozilla.sentry.io/share/issue/92d0cc5326ab4be7b112cb0ae90c6738/

The fix should be easy -- a matter of ignoring invalid paths -- but we should also investigate why we're getting paths of "/" for content_group values that should exclude them.

@escattone
Copy link
Contributor Author

I tested both crons on stage, and they both ran without a problem, but I don't think the stage GA4 data ever included the unexpected "/" paths, so we'll have to release and see how the new code runs in production.

@escattone
Copy link
Contributor Author

The fix for this was released to production.

I tested both crons in production, and they both ran without a problem. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant