Auto Email Reports Without Cron Job

Hello, in ERPNext can we send Auto Email Reports without Server Cron Jobs?

I am talking about Self Hosted (Open Source) Version

Yes, in ERPNext’s self-hosted (open-source) version, you can send auto-email reports without relying on server cron jobs. It provides a built-in scheduler that allows you to schedule and automate various tasks, including sending email reports.

If not enabled then please enable the scheduler using the command and then migrate the site.

bench --site [sitename] enable-scheduler
bench --site [sitename] migrate

The scheduler is Active or Inactive check for please go to the RQ Job DocType and check the status.

image

Thank You!

If I install ERPNext on Localhost this Scheduler will still work if Local Machine is down?