https://github.com/mkrl/rack-timeout-test
https://github.com/mkrl/rack-timeout-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkrl/rack-timeout-test
- Owner: mkrl
- Created: 2018-11-16T09:01:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T17:51:45.000Z (over 7 years ago)
- Last Synced: 2025-03-12T01:16:47.256Z (about 1 year ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo app for [Rack::Timeout::Select](https://github.com/mkrl/rack-timeout)
Download, run `bundle install` and follow those URLs:
```
/short - fast request
/long - long request that exceeds Rack::Timeout service_timeout but still gets rendered
/failing - long request that exceeds Rack::Timeout service_timeout and fails
```
Configure in `config/initializers/rack_timeout.rb`