feat: Enhance scheduler and watcher with improved logging and cron trigger helpers

This commit is contained in:
2025-11-29 12:56:18 +09:00
parent fe4061d1a1
commit 559342fae7
3 changed files with 138 additions and 70 deletions
+1
View File
@@ -156,6 +156,7 @@ async def save_schedule(settings: ScheduleSettings):
auto_watch=settings.autoWatch
)
update_scheduler_job()
logger.info(f"Schedule settings updated via API. Mode: {settings.mode}")
return {"status": "success", "message": "Schedule updated"}