PIKU_AUTO_RESTART new default indirectly fixes #203

pull/224/head
Rui Carmo 2021-12-07 09:35:46 +00:00
rodzic 5ed9117655
commit bfbd0e76ab
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ You can configure deployment settings by placing special variables in an `ENV` f
## Runtime Settings
* `PIKU_AUTO_RESTART` (boolean, defaults to `true`): Piku will restart all workers every time the app is deployed.
* `PIKU_AUTO_RESTART` (boolean, defaults to `true`): Piku will restart all workers every time the app is deployed. You can set it to `0`/`false` if you prefer to deploy first and then restart your workers separately.
### Python