We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31294e8 commit eec4ebcCopy full SHA for eec4ebc
sbin/grid_janitor.py
@@ -71,8 +71,6 @@
71
# Allow clean shutdown on SIGINT only to main process
72
register_stop_handler(configuration)
73
74
- # TODO: add a signal handler to force run pending tasks right away
75
-
76
if not configuration.site_enable_janitor:
77
err_msg = "Janitor support is disabled in configuration!"
78
logger.error(err_msg)
0 commit comments