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 caf89e3 commit 948ec2fCopy full SHA for 948ec2f
apps/common/job/clean_debug_file_job.py
@@ -38,6 +38,6 @@ def run():
38
clean_debug_file_job = scheduler.get_job(job_id='clean_debug_file')
39
if clean_debug_file_job is not None:
40
clean_debug_file_job.remove()
41
- scheduler.add_job(clean_debug_file, 'cron', hour='*', minute='*/1', second='0', id='clean_debug_file')
+ scheduler.add_job(clean_debug_file, 'cron', hour='*', minute='*/30', second='0', id='clean_debug_file')
42
finally:
43
un_lock('clean_debug_file')
0 commit comments