We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098e7a1 commit fc34892Copy full SHA for fc34892
1 file changed
functions/index.js
@@ -144,7 +144,7 @@ exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
144
})
145
console.log(`-- Sheduled update E-Com Plus tokens '${cron}'`)
146
147
-const cronSendOrders = '26,51 * * * *'
+const cronSendOrders = '14,51 * * * *'
148
const sendOrders = require('./lib/buzzlead/cron-job')
149
exports.sendOrders = functions.runWith({ timeoutSeconds: 540 })
150
.pubsub.schedule(cronSendOrders).onRun(sendOrders)
0 commit comments