Move X-Rank updaters into a separate, low-priority schedule

This commit is contained in:
Matt Isenhower
2023-02-12 09:13:26 -08:00
parent 8b2cd71e5f
commit 3ffc71e5b1
4 changed files with 38 additions and 11 deletions

View File

@@ -12,6 +12,7 @@
"social:test:image": "node app/index.mjs socialTestImage",
"social:test:mastodon": "node app/index.mjs socialTestMastodon",
"splatnet": "node app/index.mjs splatnet",
"splatnet:all": "node app/index.mjs splatnetAll",
"warmCaches": "node app/index.mjs warmCaches"
},
"dependencies": {