[Unit]
Description=Run the leaderboard snapshot fetch on a schedule

[Timer]
# Fires every 5 minutes. This is now a single cheap KB-article lookup
# (the StackJack automation does the expensive Halo aggregation on its
# own hourly schedule), so there's no need for the per-panel due-check
# logic the old poll-and-write.js had — this can just run on a flat
# interval safely.
OnCalendar=*:0/5
Persistent=true

[Install]
WantedBy=timers.target
