cronos-bundle icon indicating copy to clipboard operation
cronos-bundle copied to clipboard

Easy update your crontab by using @cron annotations in Symfony commands.

Results 14 cronos-bundle issues
Sort by recently updated
recently updated
newest added

See: https://github.com/mybuilder/cronos/pull/27 #41 Not tested in real life app.

The @Cron annotations are not parsed on LazyCommands. Cf. https://symfony.com/blog/new-in-symfony-5-3-lazy-command-description

Symfony 6 was released in November 2021

Hello, I'd like to use the `cronos:dump` command to write the cron file into `/etc/cron.d` instead of the curent user's crontab. A few of things would be necessary for that:...

**Example output before change:** ``` /usr/local/bin/php /Users/ketelaar/Projects/My Project/bin/console ``` This basically means you are executing `/Users/ketelaar/Projects/My` with php **Example output after change:** ``` /usr/local/bin/php /Users/ketelaar/Projects/My\ Project/bin/console ```

If there isn't wouldn't be handy to have such command like ```app/console cronos:remove --server=web``` ?

Updating from version 3 to version 4, I got the following exception: >In AnnotationLineConfigurator.php line 18: > > [Error] > Typed property MyBuilder\Bundle\CronosBundle\Annotation\Cron::$hour must not be accessed before initialization This...

No description needed I guess

Now that this bundle dropped PHP 7, it could be nice to add support for native attributes.