How to change scheduler interval

Is there any way to change the scheduler interval? I’d prefer to check every minute for new emails both incoming and outgoing. Currently, emails are checked every about 5’ minutes or so.

Hi @lxanth,

Add the scheduler_interval: time in sec in your site’s site_config.json to change the scheduler time interval.

please check the sample site_config.json for reference.
https://github.com/frappe/frappe/blob/develop/frappe/data/sample_site_config.json#L33

Thanks, Makarand

4 Likes

sample_site_config.json
can be misleading → sample site_config.json
full path → /home/frappe/frappe-bench/apps/frappe/frappe/data

1 Like