Commit Graph

5 Commits

Author SHA1 Message Date
Fred Pauchet bd9417f65a Continuing... :) 2022-01-05 16:32:45 +01:00
Fred 739c7e7dc0 Redémarrage gracieux du process master de gunicorn
continuous-integration/drone/push Build is passing Details
`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
Fred 157776b35d Move files and folder for coherence
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2020-12-27 19:35:26 +01:00
Fred 30512fce2e Add a lot about Heroku
continuous-integration/drone/push Build is passing Details
But the deployment steps still need clarification.
For now, we just have a new app with database and backups.

Refs: #10
2020-12-21 21:26:39 +01:00
Fred Pauchet 6236d5d52a Prepare battlefield for debian deployment
continuous-integration/drone/push Build is passing Details
2020-11-27 22:19:47 +01:00