1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Evan Phoenix
4595add921 + Add hook for running when a worker boots 2013-02-06 18:17:25 -08:00
Evan Phoenix
c1fc54a0fe Handle a config-based app properly 2013-02-06 18:17:25 -08:00
Evan Phoenix
211aef1589 Advertise the Configuration object for apps to use. 2013-02-06 08:43:15 -08:00
Evan Phoenix
a3e76b889a Add config file option to specify the restart command 2013-02-05 17:17:11 -08:00
Evan Phoenix
ef457ceac5 Only inject CommonLogger in development mode 2012-10-15 23:02:34 -07:00
Evan Phoenix
960d032110 Move where IO redirect is performed 2012-10-13 10:18:04 -07:00
Evan Phoenix
4d77ce8347 Add options to daemonize puma
Previously I was opposed to these options because I felt like puma
should always be run under another monitoring process. But after doing
some thinking (and some deployment of puma) I realized that the daemon
option is simply too useful to not include.

I highly suggest it be used with -w, so that if a worker crashes the
whole server doesn't mysteriously disappear.
2012-09-25 09:34:10 -07:00
Evan Phoenix
221a26a20f Add restarting in cluster mode 2012-08-03 20:53:14 -06:00
Evan Phoenix
dad69f5cf9 Spike of cluster mode 2012-08-01 11:11:27 -06:00
Darío Javier Cravero
54e9173965 Added support for setting RACK_ENV through the CLI and the config file. 2012-07-05 21:38:06 +01:00
Evan Phoenix
892084657f + Add ability to inherit server sockets on restart 2012-04-04 11:38:22 -04:00
Evan Phoenix
b2016c68bf Add native support for ssl. Fixes #28 2012-01-13 16:29:50 -08:00
Evan Phoenix
e88fc14952 Refactor more of the configuration 2011-12-07 13:43:10 -08:00