server prematurely times out

Hello Im getting this error from the server after following the python api docs for connecting to the serverless endpoints

"error_type": "<class 'websockets.exceptions.ConnectionClosedError'>",
2024-03-28T22:44:33.111888919Z "error_message": "sent 1011 (unexpected error) keepalive ping timeout; no close frame received"

Some things i've tried is to set the timeout for both the worker and the client to 9 minutes, but to no avail. any help is appreciated.
Screenshot_2024-03-28_at_6.51.46_PM.png
Was this page helpful?