Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthimatiker/commandlockingbundle

Adds an optional locking feature to all console commands that can be used to prevent parallel execution.
https://github.com/matthimatiker/commandlockingbundle

bundle cli locking php symfony symfony-bundle

Last synced: about 1 month ago
JSON representation

Adds an optional locking feature to all console commands that can be used to prevent parallel execution.

Awesome Lists containing this project

README

        

# CommandLockingBundle #

[![Build Status](https://travis-ci.org/Matthimatiker/CommandLockingBundle.svg?branch=master)](https://travis-ci.org/Matthimatiker/CommandLockingBundle)
[![Coverage Status](https://coveralls.io/repos/github/Matthimatiker/CommandLockingBundle/badge.svg?branch=master)](https://coveralls.io/github/Matthimatiker/CommandLockingBundle?branch=master)

Sometimes you want to ensure that a Symfony console command does not run in parallel.
This bundle adds an optional locking feature to all console commands that can be used to prevent parallel execution.

## Installation ##

Install the bundle via [Composer](https://getcomposer.org):

composer require matthimatiker/command-locking-bundle

Then register the bundle in your ``AppKernel``: