Git Product home page Git Product logo

deploylock's Introduction

Deploylock

Simple distributed locks using lockgate.

Deploylock Server

The server holds the locks. It can be deployed to Heroku with git push.

Deploylock Client

The client is a command-line application that can request a lock and renew a lock.

Use deploylock-client acquire -n <lockname> https://deploylock-server/ to acquire a lock. It will block until the lock is successfully retrieved. Clients waiting to acquire the lock are placed in a FIFO queue.

Upon successfully acquiring the lock, the lock's UUID will be written to stdout and deploylock-client will exit.

Keep the lock by running deploylock-client renew -n <lockname -l <uuid> https://deploylock-server/. This can be placed in the background to run other commands that require the lock. Kill deploylock-client renew to release the lock.

Motivation

Deploylock was built to help coordinate long-running builds against Salesforce orgs. Due to defects in the Metadata API, it's sometimes necessary to perform multiple deployments sequentially. Deploylock can be used to prevent deployments from independent builds from getting intertwined by using an external lock on the org.

Limitations

Shared locks aren't supported. Lockgate supports shared locks, but a use case for deploylock hasn't been identified yet.

deploylock's People

Contributors

cwarden avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.