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
  • Link to the file is not found, but adding scheduler_tick_interval does not seem to have any impact on scheduler time.
  • The all schedule event according to the frappé document should trigger after every 60 seconds, but it seems not to work that way for the email to be sent.

Please help me out with this.
Thanks