Skip to content

Commit 86b28b2

Browse files
committed
More frequent checks
1 parent f5c184a commit 86b28b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

surfcamsapi/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def start_scheduler():
5959
scheduler.add_job(
6060
daily_job,
6161
"interval",
62-
hours=6,
62+
hours=2,
6363
next_run_time=datetime.datetime.now(),
6464
id="daily_job",
6565
replace_existing=True,

0 commit comments

Comments
 (0)