mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
P1:
- F1: explicitly build Schedule/ScheduleRun indexes at engine start (autoIndex
is off by default, so the unique idempotency + TTL indexes never existed)
- F2: persist scheduleId/scheduledFor through RedisJobStore deserialization
- F3: re-enter owner tenant context before getLimits in reconciliation
- F4: a scheduled HITL pause no longer decrements an interactive slot it never took
- F5: reserve-then-verify fireConcurrency cap (covers engine + run-now)
- F6: cascade schedule/run deletion on account delete
P2:
- F7: classify ambiguous loopback failures as interrupted (no false auto-disable)
- F8: crash-retryable bookkeeping (lastCountedFor idempotency + bookkept marker,
reconciler catches un-bookkept terminal runs)
- F9: reconciliation fetches started + requires_action in separate budgeted,
ordered buckets; add {status,firedAt} index
- F10: abort route finalizes scheduled runs (interrupted)
- F11: resolve attachments before inserting the started run (no phantom active run)
- F12: PATCH re-validates effective cadence against the current interval floor
- F13: dialog preserves stored weekly daysOfWeek when cadence untouched
- F14: schedules query refetches on focus/interval so panel status stays fresh
Plus e2e mock spec for the schedule CRUD round-trip. +4 method tests.
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| Agents | ||
| Auth | ||
| Endpoints | ||
| Files | ||
| MCP | ||
| Memories | ||
| Messages | ||
| Misc | ||
| Projects | ||
| Schedules | ||
| Skills | ||
| SSE | ||
| Tools | ||
| connection.ts | ||
| Favorites.ts | ||
| index.ts | ||
| mutations.ts | ||
| prompts.ts | ||
| queries.ts | ||
| roles.ts | ||
| tags.ts | ||