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

dev-main / 1.0.x-dev 2024-10-10 19:26 UTC

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