[PR #421] [MERGED] Add Celery Beat environment variable description #492

Closed
opened 2026-02-16 06:15:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/421
Author: @9527MrLi
Created: 8/19/2025
Status: Merged
Merged: 11/3/2025
Merged by: @crazywoola

Base: mainHead: feature/Add_Celery_Beat_var


📝 Commits (1)

  • df60e26 Add Celery_Beat environment variable description

📊 Changes

3 files changed (+180 additions, -0 deletions)

View changed files

📝 en/getting-started/install-self-hosted/environments.mdx (+60 -0)
📝 ja-jp/getting-started/install-self-hosted/environments.mdx (+60 -0)
📝 zh-hans/getting-started/install-self-hosted/environments.mdx (+60 -0)

📄 Description

Description:
This commit adds comprehensive documentation for Celery Beat scheduled task configuration environment variables to the Dify self-hosted installation documentation.

Key Updates

  • Added "Scheduled Tasks Configuration" section explaining how Dify uses Celery Beat for background task scheduling
  • Documented 13 scheduled task-related environment variables with complete descriptions:
    • Cache cleanup tasks (embedding cache, unused datasets, conversation messages)
    • System monitoring tasks (queue monitoring, plugin upgrade checks)
    • Cloud service integration tasks (TiDB Serverless)
    • Workflow log management tasks
    • Email notification tasks

Languages Covered

  • English documentation (en/getting-started/install-self-hosted/environments.mdx)
  • Chinese documentation (zh-hans/getting-started/install-self-hosted/environments.mdx)
  • Japanese documentation (ja-jp/getting-started/install-self-hosted/environments.mdx)

This update provides users with a complete guide for configuring scheduled tasks, helping administrators better configure and optimize Dify's background maintenance operations.

screenshot_2025-08-20_09-37-30

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/421 **Author:** [@9527MrLi](https://github.com/9527MrLi) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feature/Add_Celery_Beat_var` --- ### 📝 Commits (1) - [`df60e26`](https://github.com/langgenius/dify-docs/commit/df60e267726a1e00471fc9f240b8de2ec34db4f1) Add Celery_Beat environment variable description ### 📊 Changes **3 files changed** (+180 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `en/getting-started/install-self-hosted/environments.mdx` (+60 -0) 📝 `ja-jp/getting-started/install-self-hosted/environments.mdx` (+60 -0) 📝 `zh-hans/getting-started/install-self-hosted/environments.mdx` (+60 -0) </details> ### 📄 Description Description: This commit adds comprehensive documentation for Celery Beat scheduled task configuration environment variables to the Dify self-hosted installation documentation. Key Updates - Added "Scheduled Tasks Configuration" section explaining how Dify uses Celery Beat for background task scheduling - Documented 13 scheduled task-related environment variables with complete descriptions: - Cache cleanup tasks (embedding cache, unused datasets, conversation messages) - System monitoring tasks (queue monitoring, plugin upgrade checks) - Cloud service integration tasks (TiDB Serverless) - Workflow log management tasks - Email notification tasks Languages Covered - English documentation (en/getting-started/install-self-hosted/environments.mdx) - Chinese documentation (zh-hans/getting-started/install-self-hosted/environments.mdx) - Japanese documentation (ja-jp/getting-started/install-self-hosted/environments.mdx) This update provides users with a complete guide for configuring scheduled tasks, helping administrators better configure and optimize Dify's background maintenance operations. <img width="1427" height="882" alt="screenshot_2025-08-20_09-37-30" src="https://github.com/user-attachments/assets/3f3f4bcd-d305-497a-a826-d3bdb63bf725" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:39 -05:00
yindo closed this issue 2026-02-16 06:15:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#492