-
- Downloads
cron: Move the cron job handling into its own service
splitting it out of the cron command. Makes it a bit clearer
Showing
- src/Cron/CronCommand.php 5 additions, 92 deletionssrc/Cron/CronCommand.php
- src/Cron/CronCompilerPass.php 2 additions, 2 deletionssrc/Cron/CronCompilerPass.php
- src/Cron/CronManager.php 112 additions, 0 deletionssrc/Cron/CronManager.php
- src/DependencyInjection/DbpRelayCoreExtension.php 2 additions, 1 deletionsrc/DependencyInjection/DbpRelayCoreExtension.php
- src/Resources/config/services.yaml 4 additions, 0 deletionssrc/Resources/config/services.yaml
- tests/Cron/CronTest.php 5 additions, 5 deletionstests/Cron/CronTest.php
Loading
Please register or sign in to comment