pixelplan/messenger-job-batch-bundle

Allow to track when a job batch has finished

0.0.4 2024-02-28 14:08 UTC

This package is auto-updated.

Last update: 2024-04-28 16:04:52 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.