#confusing serverless endpoint issue

13 messages · Page 1 of 1 (latest)

pliant timber
#

After a successful call through run or runsync, i get my handler's success json. after about 5 seconds, the successful response json turns into this:

Status Code 404
"error": "request does not exist"

but the process was successful.

Any ideas as to why?

can provide the worker ids

humble sinew
#

Job results for /runsync are only kept for 60 seconds after completion.

#

Should be better with /run - they are kept for 30 mins

pliant timber
#

thanks.

i am also getting the following error for a lot of my runs. i am passing a fair amount of data through the api.

"Processing error: HTTPSConnectionPool(host='audial-api-tjzp4rfccq-uc.a.run.app', port=443): Max retries exceeded with url: /api/files/Zach/execution/REMOTE1/stem/vocals.mp3 (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1131)')))"

would you guess im reaching the 10-20MB limit?

humble sinew
#

what is that hostname? Your webhook?

pliant timber
#

sorry, are you asking for my endpoint?

#

url?

#

not exactly sure terminology wise what that means

humble sinew
#

what is this?
audial-api-tjzp4rfccq-uc.a.run.app

inland flint
#

Wrong url might be the problem

#

Or wrong config in the host