move cron by an hour

This commit is contained in:
Mentor 2022-06-13 09:32:39 +02:00
parent be8f0839e4
commit 729985e6ab

View File

@ -25,4 +25,4 @@ exports.rinkebyGenerateOutfitsOnQueue = functions.runWith( runtime ).firestore.d
// Daemons // Daemons
// /////////////////////////////*/ // /////////////////////////////*/
const { notify_holders_of_changing_room_updates } = require( './integrations/changingroom' ) 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 ) exports.notify_holders_of_changing_room_updates = functions.runWith( runtime ).pubsub.schedule( '0 1 * * *' ).onRun( notify_holders_of_changing_room_updates )