Consistently getting error when executing scripts with HTTP triggers
We are using version 1.418.0. We have setup some scripts to run via HTTP triggers
If we run the scritps directly everything workds when but we call the HTTP endpoint it is almost always fails with the following error
ExecutionErr: error during execution of the script:
job process killed because Cancelled
1 Reply
you likely have it set as sync and you're dropping the connection
if you update, the error message is a little bit clearer