mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
- Run engine claim/reconcile in system tenant context (strict tenant isolation would otherwise throw on the cross-tenant claim query) [P1] - Ignore user-supplied scheduleId on non-scheduled chats (scope-claim gate + recordRunOutcome no-match guard) to prevent cross-schedule state corruption [P2] - Treat disabled schedules config (interface.schedules:false / use:false) as a hard stop for firing [P2] - Route reconciled requires_action→complete through recordRunOutcome so resumed runs record lastRun/counter bookkeeping [P2] - Serialize manual run-now via a per-schedule lease; manual runs no longer reschedule the next automatic occurrence [P2] - Mark schedule attachments as used (clear upload TTL) on create/update [P2] - Cap per-tick fire starts at configured fireConcurrency (was ×4) [P2] - Start the engine only after server readiness [P2] - Compensate the per-user limit check-then-insert race by rolling back overflow [P2] - Gate card write controls on SCHEDULES.CREATE [P3] - Extend role schema + fixtures for SCHEDULES; +6 method tests |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| agents | ||
| assistants | ||
| auth | ||
| AuthController.js | ||
| AuthController.spec.js | ||
| Balance.js | ||
| Balance.spec.js | ||
| EndpointController.js | ||
| FavoritesController.js | ||
| FavoritesController.spec.js | ||
| mcp.js | ||
| ModelController.js | ||
| PermissionsController.js | ||
| PluginController.js | ||
| PluginController.spec.js | ||
| SkillStatesController.js | ||
| TokenConfigController.js | ||
| tools.js | ||
| TwoFactorController.js | ||
| UserController.js | ||
| UserController.spec.js | ||