File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
144144} )
145145console . log ( `-- Sheduled update E-Com Plus tokens '${ cron } '` )
146146
147- const cronSendOrders = '18,47 * * * *'
147+ const cronSendOrders = '32,51 * * * *'
148148const sendWaitingOrders = require ( './lib/integration/send-waiting-orders' )
149149exports . sendWaitingOrders = functions . runWith ( { timeoutSeconds : 300 } )
150150 . pubsub . schedule ( cronSendOrders ) . onRun ( sendWaitingOrders )
151151console . log ( `-- Sheduled send tags to Mandae API ${ cronSendOrders } ` )
152152
153- const cronCheckTracking = '10,39 * * * *'
153+ const cronCheckTracking = '10,47 * * * *'
154154const checkOrdersTracking = require ( './lib/integration/check-orders-tracking' )
155155exports . checkOrdersTracking = functions . runWith ( { timeoutSeconds : 300 } )
156156 . pubsub . schedule ( cronCheckTracking ) . onRun ( checkOrdersTracking )
You can’t perform that action at this time.
0 commit comments