olaldennis/job-queue-bundle

Allows to run and schedule Symfony 5 console commands as background jobs.

Installs: 188

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 253

Type:symfony-bundle

v5.2 2021-06-13 18:47 UTC

README

This bundle is a fork of JMSJobQueueBundle revamped to be compatible with Symfony 5 applications.

Overview

This bundle allows you to schedule Symfony 5 console commands as server-side jobs.

Features:

  • schedule Symfony 5 console commands
  • concurrent job execution
  • multiple queues
  • dependencies between jobs
  • logging of stdout/stderr output
  • logging of exception stack trace
  • events to hook into job execution
  • retry logic

Documentation: Resources/doc

Code License: Resources/meta/LICENSE

Documentation License: Resources/doc/LICENSE