PHPackages                             techdivision/indexsuspender - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. techdivision/indexsuspender

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

techdivision/indexsuspender
===========================

Allows to suspend regular indexing processes during a specific task.

0.5.3(8y ago)1264[3 issues](https://github.com/techdivision/indexsuspender/issues)[3 PRs](https://github.com/techdivision/indexsuspender/pulls)PHP

Since Jun 29Pushed 3y ago9 watchersCompare

[ Source](https://github.com/techdivision/indexsuspender)[ Packagist](https://packagist.org/packages/techdivision/indexsuspender)[ RSS](/packages/techdivision-indexsuspender/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

TechDivision\_IndexSuspender
============================

[](#techdivision_indexsuspender)

This Magento 2 module suspends delta indexing while a full re-indexation is running. It also provides an interface in order to stop indexations within your custom implementations.

```
interface IndexSuspenderInterface
{
    /**
     * Suspends all related indexing processes.
     * If the request / cli process finishes, the suspender will be removed automatically.
     *
     * @return void
     */
    public function suspend();

    /**
     * Resumes all suspended indexing processes.
     *
     * @return void
     */
    public function resume();

    /**
     * Suspends all related indexing processes.
     * If the request / cli process finishes, the suspender will not be removed automatically.
     *
     * @param string $externalKey
     * @return void
     */
    public function suspendExternal($externalKey);

}
```

Command line interface
----------------------

[](#command-line-interface)

This module provides some `bin/magento` commands in order to control and monitor the index suspending.

```
suspend
 suspend:index:list         List current index suspender ids
 suspend:index:resume-all   Resume all currently suspended indexes.
```

Backend integration
-------------------

[](#backend-integration)

You can see and unlock given indexer locks within the `Index Management` tab.

[![Backend integration](assets/backend-integration.png)](assets/backend-integration.png)

Installation
------------

[](#installation)

```
composer require techdivision/indexsuspender

```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2970d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4931168?v=4)[Bernhard Wick](/maintainers/wick-ed)[@wick-ed](https://github.com/wick-ed)

![](https://avatars.githubusercontent.com/u/4609608?v=4)[Vadim Justus](/maintainers/vadimjustus)[@vadimjustus](https://github.com/vadimjustus)

---

Top Contributors

[![david-fuehr](https://avatars.githubusercontent.com/u/22166869?v=4)](https://github.com/david-fuehr "david-fuehr (20 commits)")[![vadimjustus](https://avatars.githubusercontent.com/u/4609608?v=4)](https://github.com/vadimjustus "vadimjustus (6 commits)")[![Bullitt300](https://avatars.githubusercontent.com/u/6186155?v=4)](https://github.com/Bullitt300 "Bullitt300 (3 commits)")[![Mardl](https://avatars.githubusercontent.com/u/35043036?v=4)](https://github.com/Mardl "Mardl (2 commits)")[![sydekumf](https://avatars.githubusercontent.com/u/3983052?v=4)](https://github.com/sydekumf "sydekumf (1 commits)")

---

Tags

magento2magento2-extensionmagento2-indexermagento2-module

### Embed Badge

![Health badge](/badges/techdivision-indexsuspender/health.svg)

```
[![Health](https://phpackages.com/badges/techdivision-indexsuspender/health.svg)](https://phpackages.com/packages/techdivision-indexsuspender)
```

###  Alternatives

[nosto/module-nostotagging

Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.

27714.5k4](/packages/nosto-module-nostotagging)[fishpig/magento2-wordpress-integration

Securely integrate WordPress and Magento 2.

83374.7k7](/packages/fishpig-magento2-wordpress-integration)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

69362.0k](/packages/run-as-root-magento2-prometheus-exporter)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1861.2k](/packages/myparcelnl-magento)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)[mage-os/module-rma

Return Merchandise Authorization

229.1k](/packages/mage-os-module-rma)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
