Any kind of text printing (echo, print_r, var_dump) used in a task's initialize() will make it's Cron fire every minute instead of the configured expression.
However, the Cron's expression is the configured one and isDue is TRUE.
Log says task is run as usual.
This is not so bad, but you have to know.
Any kind of text printing (echo, print_r, var_dump) used in a task's
initialize()will make it'sCronfire every minute instead of the configured expression.However, the
Cron's expression is the configured one andisDueisTRUE.Log says task is run as usual.
This is not so bad, but you have to know.