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
Add timeout for management dashboard API calls (#14)
Those API calls should be pretty fast, and this is often in a performance-critical path, so adding aggressive timeouts.
This should hopefully prevent the search and queue services from timing out at the PHP level, and dying while holding the cache lock and deadlocking the entire PHP-FPM server.
Users of the API client can always adjust this value if a call is expected to be slow.
0 commit comments