We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81be6a2 commit 23afd7dCopy full SHA for 23afd7d
django_lightweight_queue/runner.py
@@ -43,7 +43,7 @@ def runner(
43
44
# Note: we deliberately configure our handling of SIGTERM _after_ the
45
# startup processes have happened; this ensures that the startup processes
46
- # (which could take a long time) are naturally interupted by the signal.
+ # (which could take a long time) are naturally interrupted by the signal.
47
def handle_term(signum: int, stack: object) -> None:
48
nonlocal running
49
logger.debug("Caught TERM signal")
0 commit comments