mikamatto / scheduler-bundle
A Symfony bundle to manage and execute scheduled tasks via cron.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/orm: ^3.0
- symfony/cache: ^6.0 || ^7.0
- symfony/console: ^6.0 || ^7.0
- symfony/form: ^6.0 || ^7.0
- symfony/framework-bundle: ^6.0 || ^7.0
- symfony/security-bundle: ^6.0 || ^7.0
- symfony/validator: ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-10-10 19:28:09 UTC
README
A Symfony bundle to manage, schedule and execute Symfony commands via cron. This bundle provides an easy way to handle tasks that need to run on a periodic basis, whether for background processing or automated maintenance tasks.
Features
- Manage scheduled tasks with cron
- Automatic retries with exponential backoff
- Customizable task execution intervals
- Integration with Symfony's console, validation, and cache components
Installation
To install this bundle, run the following command:
composer require mikamatto/scheduler-bundle