Skip to content

Commit

Permalink
fix license-notices trigger time
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCXC committed Oct 18, 2023
1 parent f32bd5e commit 2402cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtable_events/tasks/license_expiring_notices_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, db_session_class, days, license_path, _log_file):
def run(self):
sched = BlockingScheduler()

@sched.scheduled_job('cron', day_of_week='*', hour='*', minute='44')
@sched.scheduled_job('cron', day_of_week='*', hour='7')
def check():
logging.info('start to check license...')
if not os.path.isfile(self.license_path):
Expand Down

0 comments on commit 2402cee

Please sign in to comment.