Every time the server receives from the OS one of these
signals (SIGHUP, SIGINT, SIGTERM) it will stop receiving
requests and it will finish to serve all requests that were being
processes at the moment. After all that, the process will stop as
the OS requested.
Your checklist for this pull request
:rotating_light: Please review this items for a good pull request. :four_leaf_clover:
Description
Every time the server receives from the OS one of these signals (SIGHUP, SIGINT, SIGTERM) it will stop receiving requests and it will finish to serve all requests that were being processes at the moment. After all that, the process will stop as the OS requested.
Your checklist for this pull request
:rotating_light: Please review this items for a good pull request. :four_leaf_clover:
In a good pull request, everything above is true :relaxed:
this closes https://github.com/pagarme/ghostbusters/issues/33