justbetter/magento2-cron-aggregates

Calculate the montly and yearly aggregates using the cron instead of an admin endpoint

Maintainers

Package info

github.com/justbetter/magento2-cron-aggregates

Type:magento2-module

pkg:composer/justbetter/magento2-cron-aggregates

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-31 08:30 UTC

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-aggregates
  • bin/magento module:enable JustBetter_CronAggregates
  • bin/magento setup:upgrade
  • bin/magento setup:di:compile
  • bin/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.