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

This bundle provides a simple interface for registering repeated scheduled tasks within your application.

Results 15 cron-bundle issues
Sort by recently updated
recently updated
newest added

I'm encountering duplicate rows in the cron_job_results table at random moments, where the run_at and created_at fields have identical values. Additionally, after such an event, the number of running_instances gets...

I belive it will be beneficial to have the possibility to run tasks in foreground for example when run by supervisord. Also it seems `$process->disableOutput();` inside runJob() hides output from...

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 7.2.3 to 7.3.7. Release notes Sourced from symfony/http-foundation's releases. v7.3.7 Changelog (https://github.com/symfony/http-foundation/compare/v7.3.6...v7.3.7) no significant changes v7.3.6 Changelog (https://github.com/symfony/http-foundation/compare/v7.3.5...v7.3.6) bug symfony/symfony#62324 [HttpFoundation] Fix parsing hosts and schemes in...

dependencies
php

Hi, I noticed that when I use this package in my project, it pulls in doctrine/persistence version 3.4.x instead of 4.x. In your composer.json on the master branch you already...

Since Symfony 7.3 commands can be invokable (see https://symfony.com/blog/new-in-symfony-7-3-invokable-commands-and-input-attributes). This also implies, that the command class does not need to extend from the `Command` base class. As a result, cronjobs...