ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

Update Puma configuration to set worker timeout in development environment #524

Closed eoinkelly closed 7 months ago

eoinkelly commented 7 months ago

This pull request updates the Puma configuration to set a worker timeout of 3600 seconds in the development environment. This ensures that the worker isn't killed by Puma when suspended by a debugger.

This steals an idea I saw in https://github.com/rails/rails/pull/50669/files.