mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
✨ move cron by an hour
This commit is contained in:
parent
be8f0839e4
commit
729985e6ab
@ -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 )
|
Loading…
x
Reference in New Issue
Block a user