[TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?

Philipp Gampe typo3.lists at philippgampe.info
Fri Jul 1 00:46:54 CEST 2011


HI Scotty C,

Scotty C wrote:

> 
> I think I'm onto something! I originally had the scheduler frequency to be
> 86400 (i.e. 24 hours) but the crontab was * * * * * (i.e. every minute).
> Well, I switched the Scheduler frequency to match the cron and it worked!
> This is off because I was under the impression that the crontab trumps the
> Scheduler frequency?
> 
> So essentially, this thread has now become a question of frequency and who
> has higher permissions - crontab or Scheduler?

What ever ist longer wins. 

Actually if the schedular is run via cron, it will check of any tasks need 
to run. So you can savely run you cron much more often then the tasks 
require it. It will just do nothing if it has nothing to do.

On the other hand, if your cron runs less then your task require, schedular 
does not run, because it needs some trigger (cron, be module) to get 
started.

Best regards
-- 
Philipp Gampe


More information about the TYPO3-english mailing list