Croninfinite | croning cron without cron
Croninfinite allows you to run cron just like a cron job - but completely without a cron job, a site visitor or a manual cron run. It's really a kind of PHP implementation of the unix cron utility what is recommended for most sites.
The module already has a sandbox page where you can get more information:
Sandbox: http://drupal.org/sandbox/patrickd/1182956
// It's finished and waiting for reviews in the project application queue: (http://drupal.org/node/1200432)
Read moreDelete Orphaned Terms with rules
hello
is it possible to check cron.php driven for orphaned terms and delete them out of the box?
did somebody already configured something like this?
if not: has somebody an idea which would be the ideal locations (actions, triggers,conditions) where i have to write a short php snippet?
thanks momper
Read more(even more) Advanced Cron
I've toyed with this idea for a few months..
A common problem with cron tasks in Drupal is that it is generally an all-or-nothing proposition, either every time you run cron.php the system runs every individual cron task, or (possibly for n00bs) you don't run it at all. Then there's the problem that some tasks need to be ran frequently, e.g. search index refreshing vs tag cloud updates vs RSS feed aggregation vs scheduler updating..
What I propose is rewriting cron.module to allow individual cron tasks be scheduled differently.
There would be three parts to it:
Read morecronjob som aldrig slutar
Hej!
Är det någon som vet vad man gör när siten går segt, och när schemalagda aktiviteter verkar ha stått och kört i över 100h ?
Det här meddelandet får jag när jag försöker starta upp ett nytt cronjob:
"Meddelande Schemalagda aktiviteter har körts i mer än en timme och har förmodligen hängt sig. "
Går kanske att avbryta på något sätt?
Read more
