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 new IPROTO_TIMEOUT 0x56 key has been added. Currently it is used to
set a timeout for transactions over iproto streams. It is stored in the
body of 'IPROTO_BEGIN' request. If user want's to specify timeout using
netbox (3s for example), he should use 'stream:begin({timeout = 3}).
Requested by @EvgenyMekhanik in tarantool/tarantool@b9f7204.
The text was updated successfully, but these errors were encountered:
xuniq
changed the title
ability to set timeout for iproto transactions was implemented
[2pt?] ability to set timeout for iproto transactions was implemented
Nov 12, 2021
xuniq
added
server
[area] Task relates to Tarantool's server (core) functionality
iproto
Related to the iproto protocol
labels
Nov 12, 2021
xuniq
changed the title
[2pt?] ability to set timeout for iproto transactions was implemented
[2pt] ability to set timeout for iproto transactions was implemented
Nov 12, 2021
Add
IPROTO_TIMEOUT 0x56
keyProduct: Tarantool
Root document: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
SME: @ locker
Peer reviewer: @ patiencedaur
Details
A new
IPROTO_TIMEOUT 0x56
key has been added. Currently it is used toset a timeout for transactions over iproto streams. It is stored in the
body of 'IPROTO_BEGIN' request. If user want's to specify timeout using
netbox (3s for example), he should use 'stream:begin({timeout = 3}).
Requested by @EvgenyMekhanik in tarantool/tarantool@b9f7204.
The text was updated successfully, but these errors were encountered: