We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2570c commit bc8ca40Copy full SHA for bc8ca40
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 = '14,51 * * * *'
+const cronSendOrders = '4,35 * * * *'
148
const sendOrders = require('./lib/buzzlead/cron-job')
149
exports.sendOrders = functions.runWith({ timeoutSeconds: 540 })
150
.pubsub.schedule(cronSendOrders).onRun(sendOrders)
0 commit comments