Commit 58704ce
Use systemctl restart instead of reload in deploy script
Reload (HUP) only respawns workers under the same master, so config
changes like worker_class are not picked up. Restart ensures the
master process is also restarted.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f100b6d commit 58704ce
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments