pixelplan/messenger-job-batch-bundle

Allow to track when a job batch has finished

0.0.6 2024-08-05 11:18 UTC

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.