Skip to content

Commit 9af7ba8

Browse files
authored
fix(worker): revert to 256mb due to out of memory error
1 parent c2a47a7 commit 9af7ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ console.log(`-- Sheduled update E-Com Plus tokens '${cron}'`)
150150
exports.worker = functions
151151
.runWith({
152152
timeoutSeconds: 118,
153-
memory: '128MB',
153+
memory: '256MB'
154154
})
155155
.pubsub.schedule('*/2 * * * *').onRun(() => {
156156
return prepareAppSdk().then(appSdk => {

0 commit comments

Comments
 (0)