By Annor Amapolley on January 3, 2025
Expert

The scheduler in ERPNext is a critical feature that automates background tasks such as sending emails, generating reports, and performing scheduled jobs. If the scheduler is paused, it can prevent these tasks from running. You can re-enable the scheduler using the following command:

bench --site site_name set-config pause_scheduler 0


Steps to Enable the Scheduler:

  1. Open your terminal and navigate to the ERPNext installation directory.
  2. Replace site_name with the name of your site (e.g., myerp.site).
  3. Run the command above to set the pause_scheduler configuration to 0, which unpauses the scheduler.


Verify the Scheduler Status:

After enabling the scheduler, you can verify its status with:

bench --site site_name show-config

Ensure pause_scheduler is set to 0 in the output.


More articles on Erpnext



More articles on Erpnext
Comments

No comments yet.

Add a comment
Ctrl+Enter to add comment