-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
realized jbang.dev/usage is showing bad data.
Writing this down in an issue to have a trace :)
Two issues:
- website reorg killed the writing of data to use in website ~4 months ago
- cloudflare auth tokens stopped working oct 15th
both something I should have noticed in refactoring but also because the update appstore job started failing.
I (wrongly) took that failure was related to appstore and not the usage data.
The good news is that the data was still being sent (cloudflare store it in a 3 months rotating window)
so just to note:
-
during move to roq ~4 months ago https://github.com/jbangdev/jbang.dev/blob/main/data/leaderboard.yaml was created that made the website render just fine but was not in the format that https://github.com/jbangdev/jbang.dev/blob/main/statsquery2.java expected.
-
oct 16th https://github.com/jbangdev/jbang.dev/actions/workflows/appstore-update.yml started failing
-
2025-11-21 I noticed jbang.dev/usage.html data wasn't actually moving over time... I noticed it before but just thought we were not growing as much ;)
I'll work on reastablishing those again