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
A part of the async transactions protocol we're building is the keepalive feature. It basically means if the client did not poll a given transaction using a GET request within a period of time, this transaction will be scheduled to be cancelled.
The first step to implement this is to have this timeout period a field that gets set by the client as a command line option.
Discussed on January 14, 2022:
The unit should be minutes
The default values should be:
Read: 1m
Write: 0, which means do not time out
The text was updated successfully, but these errors were encountered:
A part of the async transactions protocol we're building is the keepalive feature. It basically means if the client did not poll a given transaction using a GET request within a period of time, this transaction will be scheduled to be cancelled.
The first step to implement this is to have this timeout period a field that gets set by the client as a command line option.
Discussed on January 14, 2022:
The text was updated successfully, but these errors were encountered: