gwift-book/source
Fred 739c7e7dc0
continuous-integration/drone/push Build is passing Details
Redémarrage gracieux du process master de gunicorn
`pc -C gunicorn` only lists the processes with `gunicorn` command, i.e., workers and master process. Workers are children of master as can be seen using `ps -C gunicorn fc -o ppid,pid,cmd`. We only need the pid of the master, therefore h flag is used to remove the first line which is PID text. Note that, f flag assures that master is printed above workers.

The correct procedure is to send `HUP` signal only to the master. In this way `gunicorn` is gracefully restarted, only the workers, not master, are recreated.
2020-12-28 12:46:42 +01:00
..
cicd finish migration to adoc 2020-02-16 21:11:51 +01:00
deploy reworks parts 2020-04-04 21:47:53 +02:00
django Merges from master. 2020-08-31 21:45:56 +02:00
images Add a lot about Heroku 2020-12-21 21:26:39 +01:00
part-1-workspace Fix some asciidoctor errors 2020-12-27 19:28:11 +01:00
part-2-deployment Redémarrage gracieux du process master de gunicorn 2020-12-28 12:46:42 +01:00
part-3-django-concepts Add a basic 'setup.cfg' configuration file 2020-12-24 19:41:26 +01:00
part-4-go-live Move files and folder for coherence 2020-12-27 19:35:26 +01:00
part-9-resources Add Expert Python Programming to resources 2020-12-26 21:01:29 +01:00
diag-9ca0787305b4c33019ebc11adc951857.png Describes the environment. 2020-09-01 21:24:46 +02:00
main.adoc Fix some asciidoctor errors 2020-12-27 19:28:11 +01:00