diff --git a/api/src/index.js b/api/src/index.js index 838e7e40..9f555c3f 100644 --- a/api/src/index.js +++ b/api/src/index.js @@ -105,7 +105,7 @@ exports.notifyOnChat = usCentral1.firestore .onCreate(onMessageCreate); // Scheduled tasks -exports.scheduledFirestoreBackup = functions.pubsub.schedule('every 6 hours').onRun(doBackup); +exports.scheduledFirestoreBackup = functions.pubsub.schedule('every day 03:30').onRun(doBackup); exports.cancelUnpaidRenewals = functions.pubsub.schedule('every hour').onRun(cancelUnpaidRenewals); // Only for testing the above cancellation function!