Intermittent "Signal caught: interrupted" error

I'm seeing an intermittent error when calling a Remote Procedure Call (RPC). The only response & logging I see is "Signal caught: interrupted"

There was another message in Discord here that was unresolved: https://discord.com/channels/839993398554656828/1065555214662373386

When I call curl -X POST 'https://example.supabase.co/rest/v1/rpc/example' with the exact same parameters, sometimes I get the expected response, and sometimes I don't. The RPC is running some JavaScript in PLv8.

Could there be a timeout issue, or some resource allocation setting that might help this?
Was this page helpful?