justbetter / magento2-cron-aggregates
Calculate the montly and yearly aggregates using the cron instead of an admin endpoint
Package info
github.com/justbetter/magento2-cron-aggregates
Type:magento2-module
pkg:composer/justbetter/magento2-cron-aggregates
Requires
- php: ^8.3
- magento/framework: >=103.0.8
Requires (Dev)
- bitexpert/phpstan-magento: dev-master
- justbetter/magento2-coding-standard: dev-master
- rector/rector: ^2.3
This package is not auto-updated.
Last update: 2026-03-31 18:01:10 UTC
README
By default Magento only rebuilds the aggregates when an admin clicks on a button. This may result in missing or incorrect data, on larger shops it could even lead to timeouts. This module adds a cron and a command to run the aggregates automatically.
Main Functionalities
Calculate the montly and yearly aggregates using the cron instead of an admin endpoint
Installation
composer require justbetter/magento2-cron-aggregatesbin/magento module:enable JustBetter_CronAggregatesbin/magento setup:upgradebin/magento setup:di:compilebin/magento setup:static-content:deploy
Ideas, bugs or suggestions?
Please create a issue or a pull request.
License
The MIT License (MIT). Please see License File for more information.