Deployed Workflow Failes To Run After Successfully Tested

Hello,
I have a workflow set up and it is failing to run once deployed. Testing is showing that there is no issues but when it is deployed it fails half of the time it is being run.

The problem is I am not sure what is causing the failure as I am seeing the error:

Script returned exit code 1
Error: Script returned exit code 1
    at handleError (/var/task/common.js:30:40)
    at Runner.runUserCode (/var/task/lambda_handler.js:552:9)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async Runner.run (/var/task/lambda_handler.js:421:5)
    at async Runtime.exports.handler (/var/task/lambda_handler.js:590:20)

These are simply Python modules being run, but is there any way to work out what is happening here and how I might be able to resolve the issue.

Regards Vince

Have you checked the logs tab? There is usually a stack trace there.

1 Like

Thanks for replying G, but there is no details in the logs other than the output I provided above. I think it is something a PipeDream engineer or someone needs to check the logs from there side.