Symfony-Bundle
Symfony-Bundle copied to clipboard
Cron integration for symfony
This PR adds new option "connection" to commands. In an installation with multiple databases you can determine which connection to use for command. As value for connection option the configured...
Hello I should know the command for load the fixtures. This is my cron job with your bundle ``` INSERT INTO `cron_job` (`id`, `name`, `command`, `schedule`, `description`, `enabled`) VALUES (2,...
With this __30 6 * * 1-5__ schedule the cron job will not execute. As test I set it on my current time, for example __39 13 * * 1-5__...
Hello! First of all, thanks you for your bundle! It's awesome! But I have one question: How can I disable starting the script if the previous one still works? I...
Upgrading v2.2 to v2.3 causes Could not open input file: bin/console error in cron_report. Symfony 4.4.4 Changing the service cron.resolver argument %kernel.project_dir% to %kernel.root_dir% fixes the issue. This was changed...
Hi, I have a locale in French on my system : ``` [alice@wonderland ~]$ locale LANG=fr_FR.UTF-8 LC_CTYPE="fr_FR.UTF-8" LC_NUMERIC="fr_FR.UTF-8" LC_TIME="fr_FR.UTF-8" LC_COLLATE="fr_FR.UTF-8" LC_MONETARY="fr_FR.UTF-8" LC_MESSAGES="fr_FR.UTF-8" LC_PAPER="fr_FR.UTF-8" LC_NAME="fr_FR.UTF-8" LC_ADDRESS="fr_FR.UTF-8" LC_TELEPHONE="fr_FR.UTF-8" LC_MEASUREMENT="fr_FR.UTF-8" LC_IDENTIFICATION="fr_FR.UTF-8" LC_ALL= ```...
Hello everyone, I have installed CronBundle for Symfony 4.2. When executing command bin/console cron:create or even bin/console cron:list . I got this message : There are no commands defined in...
Hello world, I installed this great bundle which is easy to implement. But still at the moment I have some problems, I would like to save the cron job from...
every job on a single run has almost the same running time which is not true steps to reproduce: * create two jobs with a schedule of * * *...