Slide 21
Slide 21 text
Proper timeout setting
Unicorn timeout: 15s or less
=> prevent long-running requests from causing a
cascading request queueing buildup
rack-timeout: 10s or less
=> rack-timeout to be triggered before the Unicorn
timeout, raise the error
Address the long-running actions and
optimize the response time under 500ms