aboutcoders/job-bundle

A symfony bundle for asynchronous job processing.

Installs: 14 506

Dependents: 1

Suggesters: 0

Security: 0

Stars: 25

Watchers: 4

Forks: 5

Open Issues: 1

Type:symfony-bundle

1.0.5 2020-04-09 09:55 UTC

This package is not auto-updated.

Last update: 2024-03-27 05:12:20 UTC


README

A symfony bundle to process jobs asynchronously by simply annotating a method and registering the class within the service container.

Build Status: Build Status

Features

This bundle provides the following features:

  • Asynchronous execution of jobs
  • Status information about jobs
  • Functionality to cancel, update, restart a job
  • Repeated execution of jobs with schedules (cron based expressions)
  • JSON REST-Api
  • Support for multiple message queue systems:
    • Doctrine DBAL
    • PhpAmqp / RabbitMQ
    • InMemory
    • Predis / PhpRedis
    • Amazon SQS
    • Iron MQ
    • Pheanstalk

Documentation

Demo Project

Please take a look at aboutcoders/job-bundle-skeleton-app to see how the AbcJobBundle can be used within Symfony project.

License

The MIT License (MIT). Please see License File for more information.