mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 17:25:29 -04:00
[GH-ISSUE #238] Scheduled Jobs Documentation #201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @angelplusultra on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/238
Full usage documentation for the new Scheduled Jobs feature (feature branch:
feat-background-jobs).Scheduled Jobs lets users automate AI-powered tasks on a cron schedule. A job runs in a dedicated background worker as an autonomous agent with auto-approved tool calls, and each run captures a full execution trace (thoughts, tool calls, generated files, final response, metrics) viewable from the UI. Runs can also be continued in a workspace thread.
Suggested placement on Sidebar: Guides > Scheduled Jobs (new top-level guide), laid out roughly like below with each section filled out. Please add screenshots/GIFs especially of the Cron Builder, Tools Selector, and Run Detail page.
Useful pointers for the docs writer
server/endpoints/scheduledJobs.jsp-queue+@breejs/later):server/utils/BackgroundWorkers/index.jsserver/jobs/run-scheduled-job.jsScheduledJobandScheduledJobRuninserver/prisma/schema.prismafrontend/src/pages/GeneralSettings/ScheduledJobs/server/.env.example(search forSCHEDULED_JOB_)