From 729985e6abe7f59224b89723100eda06695ce999 Mon Sep 17 00:00:00 2001 From: Mentor Date: Mon, 13 Jun 2022 09:32:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20move=20cron=20by=20an=20hour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 7a211ea..12e586c 100644 --- a/functions/index.js +++ b/functions/index.js @@ -25,4 +25,4 @@ exports.rinkebyGenerateOutfitsOnQueue = functions.runWith( runtime ).firestore.d // Daemons // /////////////////////////////*/ const { notify_holders_of_changing_room_updates } = require( './integrations/changingroom' ) -exports.notify_holders_of_changing_room_updates = functions.runWith( runtime ).pubsub.schedule( '0 0 * * *' ).onRun( notify_holders_of_changing_room_updates ) \ No newline at end of file +exports.notify_holders_of_changing_room_updates = functions.runWith( runtime ).pubsub.schedule( '0 1 * * *' ).onRun( notify_holders_of_changing_room_updates ) \ No newline at end of file