You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in our docs for open_signal_receiver, we have an example of catching SIGHUP and using it to reload the application configuration. While talking to @wgwz today re: python-trio/snekomatic#41, I discovered that this example is maybe not so great, because readers who aren't already steeped in Unix traditions will have no idea what the heck a SIGHUP is supposed to be.
Using SIGTERM in the example would probably be less distracting!
The text was updated successfully, but these errors were encountered:
Currently in our docs for
open_signal_receiver
, we have an example of catching SIGHUP and using it to reload the application configuration. While talking to @wgwz today re: python-trio/snekomatic#41, I discovered that this example is maybe not so great, because readers who aren't already steeped in Unix traditions will have no idea what the heck aSIGHUP
is supposed to be.Using
SIGTERM
in the example would probably be less distracting!The text was updated successfully, but these errors were encountered: