[TYPO3-english] cli_dispatch.phpsh runs on command line but not cron?
Scotty C
superscotty19 at yahoo.com
Fri Jul 1 02:28:05 CEST 2011
Hi Philipp & Jigal,
Between both of your insightful comments, I think we can mark this issue as
"solved"!
I did not know that the Scheduler/cron frequency lengths were significant (I had
the cron set at every minute, and Scheduler at 24 hours , so that's why the
Scheduler wouldn't trigger. Now that I do and again combined with the previous
comments, everything runs great now.
I can't thank you enough - this was killing me for days!
-Scott.
----- Original Message ----
From: Philipp Gampe <typo3.lists at philippgampe.info>
To: typo3-english at lists.typo3.org
Sent: Thu, June 30, 2011 4:46:54 PM
Subject: Re: [TYPO3-english] cli_dispatch.phpsh runs on command line but not
cron?
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
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list