Skip to content

mikamatto/SchedulerBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Scheduler Bundle

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

About

A Symfony bundle to manage and execute scheduled tasks via cron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages