mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
automate twitch credential refresh
This commit is contained in:
@ -29,6 +29,8 @@ export default defineNuxtConfig({
|
||||
|
||||
scheduledTasks: {
|
||||
"0 * * * *": ["cleanup:invitations"],
|
||||
// every two hours, check if creds need updating
|
||||
"0 */2 * * *": ["metadata:refreshCredentials"],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user