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.