pixelplan / messenger-job-batch-bundle
Allow to track when a job batch has finished
Installs: 17 330
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4|^8.0
- psr/cache: ^1.0|^2.0
- psr/log: ^1|^2|^3
- symfony/framework-bundle: ^5.4|^6.0|^7.0
- symfony/lock: ^5.4|^6.0|^7.0
- symfony/messenger: ^5.4|^6.0|^7.0
- symfony/uid: ^5.4|^6.0|^7.0
Requires (Dev)
- phpstan/phpstan: ^1.4
This package is auto-updated.
Last update: 2025-05-05 13:02:07 UTC
README
About
// TODO
Installation
Use Composer:
composer require pixelplan/messenger-job-batch-bundle
Without Symfony Flex
Add a new line to config/bundles.php
Pixelplan\MessengerJobBatchBundle\MessengerJobBatchBundle::class => ['all' => true],
Configure Cache pool and CRON
messenger_job_batch:
cache_pool: messenger_job_batch.cache
lock_factory: lock.messenger_job_batch.factory
License
See LICENSE.