Skip to content

zifter/graceful-shutdown-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Release Supported versions Docs Contact Blog

graceful-shutdown-py

Helps to support graceful shutdown for your python application.

Example of usage

Simple

from graceful_shutdown import ExitSignalHandler

shutdown = ExitSignalHandler()
while not shutdown.triggered:
    sleep(1)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors