Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 authored Nov 29, 2024
1 parent 5596bbf commit 40478b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
})
console.log(`-- Sheduled update E-Com Plus tokens '${cron}'`)

const cronSendOrders = '26,51 * * * *'
const cronSendOrders = '18,51 * * * *'
const sendOrders = require('./lib/buzzlead/cron-job')
exports.sendOrders = functions.runWith({ timeoutSeconds: 540 })
.pubsub.schedule(cronSendOrders).onRun(sendOrders)
Expand Down

0 comments on commit 40478b0

Please sign in to comment.