Debugging cron event
Hello, thanks for a great module!
I´ve been really scratching my head here.
My model executes a view of users loops over it and sends emails to everyone.
The only problem is that I need this to fire once every week, but as soon as I change the cron frequency from "* * * * *" to let´s say "0 0 * * 0" it simply won´t fire any more.
The log says: "Lazy appliance check for event eca_base.cron regarding ECA ID process_ogqipng resulted to not apply.
- user (Entity user/0/Anonym)"
But I have a "switch user" event (which changes the user to admin) right at the start, and as I said - if I use cron frequency "* * * * *" the error does not happen?!
Any ideas?
Edited by drupalbot