Skip to content

Commit

Permalink
Merge pull request #8 from telling-me/fix/scheduler
Browse files Browse the repository at this point in the history
[Fix/scheduler]
  • Loading branch information
taewoo-dev authored Dec 22, 2024
2 parents 439b325 + 79f1446 commit 0ca63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def start_scheduler() -> None:
scheduler.add_job(
func=execute_daily_task,
trigger="cron",
hour=00,
hour=6,
minute=00,
id="daily_task",
replace_existing=True,
Expand Down

0 comments on commit 0ca63d8

Please sign in to comment.