Skip to content

Commit bc8ca40

Browse files
authored
Update index.js
1 parent 6f2570c commit bc8ca40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
144144
})
145145
console.log(`-- Sheduled update E-Com Plus tokens '${cron}'`)
146146

147-
const cronSendOrders = '14,51 * * * *'
147+
const cronSendOrders = '4,35 * * * *'
148148
const sendOrders = require('./lib/buzzlead/cron-job')
149149
exports.sendOrders = functions.runWith({ timeoutSeconds: 540 })
150150
.pubsub.schedule(cronSendOrders).onRun(sendOrders)

0 commit comments

Comments
 (0)