Hi, when i run the command
bench --site [site-name] enable-scheduler
and then see the status of the scheduler I get the below result
Scheduler paused for aalamerp.com aalamerp.com: frappe.conf.pause_scheduler is SET Scheduler inactive for aalamerp.com Workers online: 1 -----aalamerp.com Jobs-----
what can I do to rectify this?
Hi,
Please log in to your site with administrator account and run following command from system console by ticking commit checkbox:
frappe.call('frappe.utils.scheduler.activate_scheduler');
Thanks,
Divyesh Mangroliya
check in common_site_config.json file if pause_scheduler is 1 then set it to 0