richardartoul / nola

MIT License
74 stars 6 forks source link

Graceful shutting down logic for actors #58

Closed aratz-lasa closed 1 year ago

aratz-lasa commented 1 year ago

This PR implements the logic for shutting down the actors from the server gracefully after receiving a SIGTERM or SIGKILL signal. It is the PR for fixing #10