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 timeout strategy in v8 only supports optimistic timeouts. We should investigate whatever adding the pessimistic timeout is something we want to support in v8 . If the answer is yes we should add support for it.
Using pessimistic timeout can lead to system overloads when a bunch of non-cancellable actions are being executed in the background without the user knowing about it.
The text was updated successfully, but these errors were encountered:
The timeout strategy in v8 only supports optimistic timeouts. We should investigate whatever adding the pessimistic timeout is something we want to support in v8 . If the answer is yes we should add support for it.
Using pessimistic timeout can lead to system overloads when a bunch of non-cancellable actions are being executed in the background without the user knowing about it.
The text was updated successfully, but these errors were encountered: