Skip to content

v.1.2.17: Server exit on SIGINT (ctrl-C)

Compare
Choose a tag to compare
@brad-colbert brad-colbert released this 18 Mar 16:40
· 51 commits to main since this release
ab08d97

YAILSRV doesn't have a good exit strategy. This is a heavy handed approach that installs a signal handler for SIGINT (ctrl-C) and exits the application, in whatever state it's in, when it receives the signal.

Need to re-work things so that both the asyncio of the DDG handler is properly told to die as well as the rest of the app.