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 d8f1d0d commit 0261eafCopy full SHA for 0261eaf
functions/index.js
@@ -133,7 +133,7 @@ exports[functionName] = functions.https.onRequest(server)
133
console.log(`-- Starting '${app.title}' E-Com Plus app with Function '${functionName}'`)
134
135
// schedule update tokens job
136
-const cron = '12 3,11,19 * * *'
+const cron = '12 */3 * * *'
137
exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
138
return prepareAppSdk().then(appSdk => {
139
return appSdk.updateTokens()
0 commit comments