zf2-cron icon indicating copy to clipboard operation
zf2-cron copied to clipboard

ZF2 cron module

Results 4 zf2-cron issues
Sort by recently updated
recently updated
newest added

Hey, I think you're not doing the things the ZF2 way. I was surprised when I saw: Cron::register( 'foo', '*/15 \* \* \* *', 'Foo::runCron', array('bar', 'baz') ); Why don't...

Hello, I managed to run my cron jobs using example described her https://github.com/heartsentwined/zf2-cron/issues/2. But i see that stackTrace and errorMsg are empty in the database. How can log something in...