Files
AutoGPT/autogpt_platform/backend
claude[bot] 81a8e6f558 refactor(diagnostics): use model functions and clean up code
- Move all internal/local imports to top-level
- Remove unnecessary try-except blocks that just re-raise
- Replace direct Prisma count queries with get_graph_executions_count
- Add updated_time_gte/lte filter to get_graph_executions_count for
  querying failed/completed executions by update time
- Fix N+1 query in cleanup_orphaned_schedules_bulk by fetching all
  schedules once before the loop
- Extract SYSTEM_JOB_IDS constant to module level to avoid duplication

Co-authored-by: Nicholas Tindle <ntindle@users.noreply.github.com>
2026-02-05 05:42:07 +00:00
..
2025-10-16 12:14:26 +02:00