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
If the original function invocation takes longer than than the functions combined read_timeout and write_timeout the X-Duration-Seconds header is not set on the callback function
Expected Behaviour
X-Duration-Seconds should be set on the callback function
Steps to Reproduce (for bugs)
Create a function a , make is sleep for 10 seconds
Create a callback function b that prints the X-Duration-Seconds header