Update scheduler routes

This commit is contained in:
Aditya Vaish 2025-10-15 13:34:17 +05:30
parent 6fa1a00109
commit 97f73ae9e0

View file

@ -161,7 +161,7 @@ async def get_recent_schedule_executions(
Shows the execution history for monitoring and debugging.
"""
try:
from app.db import ConnectorSchedule, SearchSourceConnector, Log
from app.db import ConnectorSchedule, SearchSourceConnector, logs
# Get recent executions from the logs table
query = (