[TYPO3-asia] Problem with running scheduler task - TYPO3 4.4.0

David Bruchmann david.bruchmann at gmail.com
Fri Dec 2 09:16:17 CET 2016


Hi,

sounds like there is some issue with the cron-job.
You've access to the cron-logs?
Has the called script still the access-right as executable?

Best Regards,
David


On 12/2/16, Radovan Hlavaty <radovan.hlavaty at monogram.sk> wrote:
> Hello,
>
> Issue: I have a scheduler task, which generates and sends newsletters,
> however it suddenly stopped working. In the BE I can see the Last time when
> the task was run and also the next time. Scheduler seems to be running the
> task, but when the execution comes it doesn't call the execute method in the
> task (i've found it out by adding a log at the very beginning of execute()
> method).
> What's really surprising is that if i run the scheduler task manually,
> everything works as intended.
>
> Task is scheduled to run every 10 minutes, and after some initialization and
> fetching data from database it checks, if there is a newsletter prepared for
> sending. If not, it just returns true. Normally I'd expect, that if the task
> is run it goes through the initialization part and fetches the data. I put
> the log even before this part, which I would expect to log every 10 minutes
> that the task was started, however it doesn't - which is weird.
>
> Has anyone come across this problem? Do you have any idea how to solve it?
>
> I'd really appreciate if anyone encountered and solved similar issue.
>
> Thanks in advance.
> Radovan
>
> _______________________________________________
> TYPO3-asia mailing list
> TYPO3-asia at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-asia
>


More information about the TYPO3-asia mailing list