mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
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> |
||
|---|---|---|
| .. | ||
| images | ||
| jungle | ||
| architecture.md | ||
| compile_options.md | ||
| deployment.md | ||
| fork_worker.md | ||
| kubernetes.md | ||
| nginx.md | ||
| plugins.md | ||
| rails_dev_mode.md | ||
| restart.md | ||
| signals.md | ||
| stats.md | ||
| systemd.md | ||
| testing_benchmarks_local_files.md | ||
| testing_test_rackup_ci_files.md | ||