1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/docs
Jean byroot Boussier e438b907de
Allow to use preload_app! with fork_worker (#2907)
So far it was incompatible because true phased
restart are incompatible with preload_app.

But `fork_worker` doesn't do a phased restart
per say, it just piggy back on the implementation
to ask worker #0 to refork its siblings.

So we can just bypass that check and it works.

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2022-09-15 10:30:55 +09:00
..
images
jungle
architecture.md
compile_options.md
deployment.md
fork_worker.md Allow to use preload_app! with fork_worker (#2907) 2022-09-15 10:30:55 +09:00
kubernetes.md
nginx.md
plugins.md
rails_dev_mode.md
restart.md
signals.md
stats.md
systemd.md
testing_benchmarks_local_files.md Benchmarks - add ResponseTimeWrk files (#2895) 2022-09-11 10:08:54 -05:00
testing_test_rackup_ci_files.md Benchmarks - add ResponseTimeWrk files (#2895) 2022-09-11 10:08:54 -05:00