Skip to content
Snippets Groups Projects
  1. May 17, 2023
  2. May 16, 2023
  3. May 11, 2023
  4. May 10, 2023
  5. May 09, 2023
  6. May 05, 2023
  7. May 04, 2023
  8. May 02, 2023
  9. Apr 12, 2023
  10. Apr 11, 2023
  11. Mar 31, 2023
    • pini's avatar
      Merge branch 'pini-docker-sigterm' into 'dev' · 5311dd56
      pini authored
      fix: gracefully exit on sigterm
      
      See merge request !1410
      5311dd56
    • Gilles Filippini's avatar
      fix: gracefully exit on sigterm · 677b8163
      Gilles Filippini authored and pini's avatar pini committed
      The purpose is to avoid duniter database corruption on `docker stop`.
      
      Before that sigterm was ignored, causing docker instance being force-killed
      on `docker stop` command after the related timeout expiration.
      
      Exerpt from the `docker stop` manpage:
      > The main process inside the container will receive SIGTERM, and after a
      > grace period, SIGKILL
      677b8163
Loading