An open API service indexing awesome lists of open source software.

https://github.com/mkrl/rack-timeout-test


https://github.com/mkrl/rack-timeout-test

Last synced: 10 months ago
JSON representation

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`