1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/examples
Alejandro Martinez Ruiz a01419c9c1 cluster: add worker_boot_timeout option
When your workers are loading, the normal operation timeout is in
effect. If you spawn many workers or have them perform a lot of work
or wait for just long enough before actually booting, they will be
killed by the worker ping timeout.

If you want to control the exact timeout for your workers to boot,
specify the `worker_boot_timeout` option. Otherwise, it defaults to
the value of the `worker_timeout` option.
2015-11-06 17:46:48 +01:00
..
CA Add native support for ssl. Fixes #28 2012-01-13 16:29:50 -08:00
puma ssl: Add Client Side Certificate Auth 2015-06-06 23:15:00 +02:00
config.rb cluster: add worker_boot_timeout option 2015-11-06 17:46:48 +01:00
qc_config.rb Add native support for ssl. Fixes #28 2012-01-13 16:29:50 -08:00