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 14c17c0 commit d830f83Copy full SHA for d830f83
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 = '45 3,11,19 * * *'
+const cron = '45 */3 * * *'
137
exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
138
return prepareAppSdk().then(appSdk => {
139
return appSdk.updateTokens()
0 commit comments