mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-19 13:54:49 -04:00
[PR #239] [MERGED] Docs: Scheduled Jobs guide #232
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?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/239
Author: @angelplusultra
Created: 4/16/2026
Status: ✅ Merged
Merged: 4/29/2026
Merged by: @timothycarambat
Base:
main← Head:238-scheduled-jobs-documentation📝 Commits (10+)
773ba45inita569442fix bit about searchable results9031037add images to scheduled jobs docse7a729badd margin between imagesfaa6524add action button images and table1f741f8remove unneeded section4ecf69cadd section about stopping in-flight runsfa3c39aimprove opening paragraph50c255eadd images for stopping a run30fe150remove unneeded section📊 Changes
30 files changed (+865 additions, -0 deletions)
View changed files
📝
pages/_meta.json(+9 -0)➕
pages/scheduled-jobs/_meta.json(+47 -0)➕
pages/scheduled-jobs/configuration.mdx(+124 -0)➕
pages/scheduled-jobs/getting-started.mdx(+175 -0)➕
pages/scheduled-jobs/overview.mdx(+52 -0)➕
pages/scheduled-jobs/scheduling.mdx(+195 -0)➕
pages/scheduled-jobs/viewing-runs.mdx(+263 -0)➕
public/images/guides/scheduled-jobs/cron-builder-daily.png(+0 -0)➕
public/images/guides/scheduled-jobs/cron-builder-hourly.png(+0 -0)➕
public/images/guides/scheduled-jobs/cron-builder-minute.png(+0 -0)➕
public/images/guides/scheduled-jobs/cron-builder-monthly.png(+0 -0)➕
public/images/guides/scheduled-jobs/cron-builder-weekly.png(+0 -0)➕
public/images/guides/scheduled-jobs/new-scheduled-job.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-files-expanded.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-metrics-expanded.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-prompt.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-responses-expanded.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-sections-collapsed.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-thinking-expanded.png(+0 -0)➕
public/images/guides/scheduled-jobs/run-details-tool-calls-expanded.png(+0 -0)...and 10 more files
📄 Description
Pull Request Type
Relevant Issues
resolves #238
What is in this change?
Adds a new top-level guide under Sidebar > Guides > Scheduled Jobs documenting the Scheduled Jobs feature. The guide is structured as five user-facing pages:
SCHEDULED_JOB_MAX_CONCURRENT,SCHEDULED_JOB_TIMEOUT_MS, the single-user-only requirement, per-job concurrency, and push notifications on job completionSidebar registration for the guide is added in
pages/_meta.json, placed under the Guides separator.Additional Information
yarn img, so no image compression is needed.Validations
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.