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
Instead of choosing an arbitrary timeout value for HTTP requests, we can be smart about it and use the actual amount of time left in the invocation (available through context.getRemainingTimeInMillis).
This is a Feature Proposal
Description
Instead of choosing an arbitrary
timeout
value for HTTP requests, we can be smart about it and use the actual amount of time left in the invocation (available throughcontext.getRemainingTimeInMillis
).For more details, see this post
The text was updated successfully, but these errors were encountered: