Skip to content

Printing in initialize function cancels CRON's recurrency #6

Description

@Zasco

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions