2017 © Pedro Peláez
 

magento2-module magento2-mutexes

A Magento 2 module which encapsulates various operations in mutex locks

image

snowio/magento2-mutexes

A Magento 2 module which encapsulates various operations in mutex locks

  • Monday, October 9, 2017
  • by joshdifabio
  • Repository
  • 3 Watchers
  • 2 Stars
  • 20,553 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 16 % Grown

The README.md

Magento 2 Product Save Mutex

Description

Module that ensures mutual exclusion on product saves. The locking is applied on product skus thus 2 or more simultaneous saves on a product will result in one of the simultaneous save calls successfully saving the product and the rest failing with a RuntimeException., (*1)

Magento Versions

  • <= 2.3.x use 2.x tags
  • >= 2.4.x use master

Prerequisites

  • PHP 7.4 or newer
  • Composer (https://getcomposer.org/download/).
  • magento/framework 103 or newer
  • magento/module-catalog 104 or newer
  • snowio/magento2-lock 1.0.0 or newer

Installation

composer require snowio/magento2-product-save-mutex
php bin/magento module:enable SnowIO_ProductSaveMutex
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

License

This software is licensed under the MIT License. View the license, (*2)

The Versions

09/10 2017

dev-master

9999999-dev

A Magento 2 module which encapsulates various operations in mutex locks

  Sources   Download

MIT

The Requires

 

by Josh Di Fabio
by Alexander Wanyoike

09/10 2017

v2.1.0

2.1.0.0

A Magento 2 module which encapsulates various operations in mutex locks

  Sources   Download

MIT

The Requires

 

by Josh Di Fabio
by Alexander Wanyoike

09/10 2017

dev-m2.2-deps

dev-m2.2-deps

A Magento 2 module which encapsulates various operations in mutex locks

  Sources   Download

MIT

The Requires

 

by Josh Di Fabio
by Alexander Wanyoike

17/02 2017

v2.0.2

2.0.2.0

A Magento 2 module which encapsulates various operations in mutex locks

  Sources   Download

MIT

The Requires

 

by Josh Di Fabio
by Alexander Wanyoike

17/02 2017

v2.0.1

2.0.1.0

A Magento 2 module which encapsulates various operations in mutex locks

  Sources   Download

MIT

The Requires

 

by Josh Di Fabio
by Alexander Wanyoike

17/02 2017

v2.0.0

2.0.0.0

A Magento 2 module which encapsulates various operations in mutex locks

  Sources   Download

MIT

The Requires

 

by Josh Di Fabio
by Alexander Wanyoike

10/02 2017

dev-feature/update-readme

dev-feature/update-readme

A Magento 2 module that provides a mutex lock during product saves

  Sources   Download

MIT

The Requires

 

by Alexander Wanyoike

25/10 2016

v1.0.0

1.0.0.0

A Magento 2 module that provides a mutex lock during product saves

  Sources   Download

MIT

The Requires

 

by Alexander Wanyoike