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
We should draft a best practice for server response time and implementation of asynchronous behavior.
Once drafted, this should be raised as a cross SWG issue.
Any synchronous request should be held open for no more than X seconds (10?) any request longer than that should return a 300 series response with a redirect to a running process.
The text was updated successfully, but these errors were encountered:
chris-little
changed the title
Best practice for server response timing and asyncrounous responses.
Best practice for server response timing and asynchronous responses.
May 5, 2022
We should draft a best practice for server response time and implementation of asynchronous behavior.
Once drafted, this should be raised as a cross SWG issue.
Any synchronous request should be held open for no more than X seconds (10?) any request longer than that should return a 300 series response with a redirect to a running process.
The text was updated successfully, but these errors were encountered: