|
sygusOutput = execSync(cvc4Command, { timeout: timeoutLength * (1000), detached: true, killSignal: 'SIGKILL' }).toString(); |
the timeout in AWS is much easier to reconfigure than needing to upload a new lambda everytime.
Need to check what happens when a lambda timeouts in
|
var result = await lambda.invoke(params).promise(); |
does it thrown an exception, or do we need to more carefully handle whatever value we get back when a Lambda times out
SequencerLiveCoding/serverless/index.js
Line 19 in d5f087c
the timeout in AWS is much easier to reconfigure than needing to upload a new lambda everytime.
Need to check what happens when a lambda timeouts in
SequencerLiveCoding/serverSide/callServerlessCVC5.js
Line 14 in d5f087c
does it thrown an exception, or do we need to more carefully handle whatever value we get back when a Lambda times out