How often should the default job set be ran via Cron

Permalink
Anyone have a recommendation of how often the default job set should be ran via Cron?
Unless I have missed it I can't find any info on how often it should be ran.

Thanks.

gavthompson
 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
You are probably better considering times for individual jobs based on how you use the site.

For example, updating the sitemap depends on how often you add pages.
Updating the search index depends on how often you modify content. PM may be completely irrelevant. Of if PMs are used, it probably needs to be frequent. The ticker job for queueable jobs needs to be very frequent if you have any queueable jobs, even if the queueable jobs only run daily or weekly.
gavthompson replied on at Permalink Reply
gavthompson
Thanks for the reply John.