NeoFS API RPC handling deadlines #3240
Labels
enhancement
Improving existing functionality
I4
No visible changes
neofs-storage
Storage node application issues
S2
Regular significance
U3
Regular
Is your feature request related to a problem? Please describe.
currently, all server API handlers rely on the context passed by the gRPC lib side (example). It may have various deadline settings:
for 1, although the "normal" concept is relative here, everything works fine. For 2, although it's finite, the handler may stuck for long time. For 3, the server hands "forever"
Describe the solution you'd like
limit request deadlines. If the deadline exceeds the limit, use the max one. For simplicity, lets have a global value for all RPCs.
1m
feels goodDescribe alternatives you've considered
not yet
Additional context
#3229
The text was updated successfully, but these errors were encountered: