mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
Update scheduler routes
This commit is contained in:
parent
6fa1a00109
commit
97f73ae9e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue