zulip/puppet
Alex Vandiver f778316b5a uwsgi: Ensure that the master process cannot load the application.
The rolling restart configuration of uwsgi attempted to re-chdir the
CWD to the new `/home/zulip/deployments/current` before `lazy-apps`
loaded the application in the forked child.  It successfully did so --
however, the "main" process was still running in the original
`/home/zulip/deployments/current`, which somehow (?) tainted the
search path of the children processes.

Set the parent uwsgi process to start in `/`, so that the old deploy
directory cannot taint the load order of later children processes.
2023-09-18 13:13:34 -07:00
..
zulip uwsgi: Ensure that the master process cannot load the application. 2023-09-18 13:13:34 -07:00
zulip_ops nagios: Remove load monitoring. 2023-09-14 09:29:29 -07:00
deps.yaml puppet: Update dependencies. 2023-05-11 10:51:37 -07:00