I have a little question, how create a simple cron task who call some service action in Symfony, who could be executed automatically each night ?
It is a wildcard for every part of the cron schedule expression. So * * * * * means every minute of every hour of every day of every month and every day of the week .
Symfony2 does not manage cron tasks, simply because this is system level. That being said, you can create a command and register it as a cron task.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With