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

Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.

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

- `Task::getShortId(): string` - Display in `schedule:list` table (?) - Could make *force* running tasks from the CLI easier

enhancement

Currently, all due tasks run synchronously in the same process. Utilizing Symfony Messenger would allow for adding due tasks to a queue to run asynchronously. I believe this could partially...

enhancement

Hi everyone, Default `Process` has limit [60 sec](https://github.com/symfony/process/blob/7.1/Process.php#L146). How to config it mannualy?