We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0db0f commit 38db610Copy full SHA for 38db610
1 file changed
workflowmonit/workflowMonitScheduler.py
@@ -10,7 +10,7 @@
10
LOGDIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'Logs')
11
LOGGING_CONFIG = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'configLogging.yml')
12
13
-schedule.every().hour.do(wms.main)
+schedule.every(30).minutes.do(wms.main)
14
15
16
if __name__ == "__main__":
0 commit comments