django-reference-implementation icon indicating copy to clipboard operation
django-reference-implementation copied to clipboard

SIGINT and SIGTERM handling on django workers

Open heysamtexas opened this issue 1 year ago • 0 comments

gracefully handle when a user manually breaks out of the command with CTRL-C

also when it receives a SIGTERM from the system.

heysamtexas avatar Jun 10 '24 09:06 heysamtexas