Closed (outdated)
Project:
Elysia Cron
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2012 at 16:58 UTC
Updated:
20 Jun 2016 at 09:54 UTC
Jump to comment: Most recent
Comments
Comment #1
jcir commentedI have the same,
I created a hook_cron on a module, just putting some info into a table to check if the cron is working,
I tried the schedule rule every 5 minutes, every 3 or * * * * * * to test it, but nothing happens
(I tried the run cron from the status, and from there it's working properly) (the cron task is enabled
Here is the status of the jobs settings I'm trying to do work
(at 11:38 I did a manual run cron)
Are we missing something?
Comment #2
gotheric commentedElysia Cron, like standard Drupal Cron, with the default settings will run only when visitors come to visit your site. No visitors = no cron.
So, if your site is in development stage and not public, is normal that cron is not called.
To avoid this, and have a much better cron solution, you should tell your system to call drupal cron automatically. Read Elysia Cron's INSTALL.TXT (Step B) or http://drupal.org/cron
Comment #3
kala4ek