mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 23:47:40 +00:00
perf: 统一后台定时任务的crontab表达式, 对于后台定时执行的任务更加清晰
This commit is contained in:
5
apps/common/const/crontab.py
Normal file
5
apps/common/const/crontab.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
CRONTAB_AT_AM_TWO = '0 14 * * *'
|
||||
CRONTAB_AT_AM_TEN = '0 10 * * *'
|
||||
CRONTAB_AT_PM_TWO = '0 2 * * *'
|
||||
|
Reference in New Issue
Block a user