Skip to main content
Version: 4.0

Batch Messenger

The Batch Messenger Bundle solves the classical problem of sequential jobs that take a lot of resources per item. For example creating a zip of a lot of files. This would take a lot of time and resources if you do it sequentially. The Batch Messenger Bundle solves this problem by creating a queue of jobs and processing them in sequence. This way, you can process a lot of items without taking too many resources at once and distribute the load to multiple workers.

Installation

  • composer req coreshop/batch-messenger-bundle:^2.1
  • bin/console pimcore:bundle:enable CoreShopBatchMessengerBundle
  • bin/console pimcore:bundle:install CoreShopBatchMessengerBundle
  • Reload Pimcore