Skip to main content

A simple library using consul locks to do one-time configuration tasks on AWS instances.

Project description

https://img.shields.io/pypi/v/instance-config.svg

A simple library using consul locks to do one-time configuration tasks on AWS instances.

How to use it

from instance_config import Instance

instance = Instance()

@instance.every()
def do_each_time():
    # This will run every time the script is invoked.
    return

@instance.once(key='locks/my_app/create_user', version=1, timeout=60)
def create_user():
    # This will only be run once, in declared order, for each version.
    return do_create_user()

History

0.1.2 (2017-11-06)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

instance_config-0.1.2-py2.py3-none-any.whl (5.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file instance_config-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for instance_config-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 79fbbabca1b5bcc5cbcded9e8ac68dbd0ed7399ddd4c19bcfa2e4019e5310da2
MD5 78de9befdc48278c236ad6ed6328b34d
BLAKE2b-256 ff5f308d542b5c02ec3221fad6e91a8de16978479f7eebbb4da40497f90e5ea8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page