You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Warning: hibernationTimeoutSeconds (${opts.hibernationTimeoutSeconds}s) is less than 60 seconds. `+
75
-
`This may cause connection instability and frequent disconnections. `+
76
-
`Consider using at least 60 seconds for stable websocket connections.`
78
+
`This may cause connection instability and frequent disconnections. `+
79
+
`Consider using at least 60 seconds for stable websocket connections.`
77
80
);
78
81
}
79
82
@@ -149,7 +152,10 @@ export function handleResponse<D, E>(
149
152
}
150
153
151
154
if(result.response.status===503){
152
-
thrownewError(errorPrefix+": The sandbox is currently overloaded. Please review your logic to reduce the number of concurrent requests or try again in a moment.");
155
+
thrownewError(
156
+
errorPrefix+
157
+
": The sandbox is currently overloaded. Please review your logic to reduce the number of concurrent requests or try again in a moment."
0 commit comments