Rack middleware which aborts requests that have been running for longer than a specified timeout.
gem install rack-timeoutNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use Rack::Timeout middleware with a 15-second timeout
Ensure your error handling middleware rescues Timeout::Error and returns a proper 503 response.
No dependency data recorded yet.