Skip to content

Commit

Permalink
Merge 49585ba into ea00283
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Oct 12, 2021
2 parents ea00283 + 49585ba commit 8abbb1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lambda/executor.js
@@ -1,5 +1,11 @@
'use strict';

const AWS = require('aws-sdk');

// the executor needs a longer socket timeout to invoke long-running functions
// 15 minutes is fine here because the Executor will timeout anyway
AWS.config.update({httpOptions: {timeout: 15*60*1000}});

const utils = require('./utils');

const minRAM = parseInt(process.env.minRAM, 10);
Expand Down

0 comments on commit 8abbb1f

Please sign in to comment.