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
The WebSocketClient contains logic to attempt re-connection if the connection is closed. This includes the use of retry from the p-retry package - which is supposed to have exponential backoff. However, I've noticed during testing that sometimes, when the remote executor is ended, that CPU usage goes up, probably due to something here:
The
WebSocketClient
contains logic to attempt re-connection if the connection is closed. This includes the use ofretry
from thep-retry
package - which is supposed to have exponential backoff. However, I've noticed during testing that sometimes, when the remote executor is ended, that CPU usage goes up, probably due to something here:executa/src/ws/WebSocketClient.ts
Lines 101 to 117 in 6b17920
The text was updated successfully, but these errors were encountered: