Skip to main content

Buildout recipe that calculates the python-check-interval value for your zope instance

Project description

Introduction

This products uses jarn.checkinterval product to calculate the value of the python-check-interval option in Zope’s configuration.

It’s integrated into zc.buildout process, so it’s just a 3 line add to your buildout, and each time you run it, you’ll get the correct value for your setup, so no more need to execute manually the script.

Configuration

Add a part in your buildout file pointing to this recipe before the part that creates the Zope instance, as follows:

[buildout]
parts =
    ...
    checkinterval
    instance
    ...

[checkinterval]
recipe = cs.recipe.checkinterval

And then, just use the value provided by the recipe in your instance part:

[instance]
...
python-check-interval = ${checkinterval:value}
...

And that’s it.

More about check-interval

Please, read jarn.checkinterval’s README to get more information about it.

Changelog

1.0 (2012/10/05)

  • Initial release [erral]

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

cs.recipe.checkinterval-1.0.zip (15.2 kB view details)

Uploaded Source

File details

Details for the file cs.recipe.checkinterval-1.0.zip.

File metadata

File hashes

Hashes for cs.recipe.checkinterval-1.0.zip
Algorithm Hash digest
SHA256 90a18a68bfff5ee011e793ff52004a10a8144b7f40416f07df4cb50658f09f58
MD5 4a949caea88cb0962a03b77fac136558
BLAKE2b-256 53855a17973c647235831efc0ddb19c311e6b731e5cc64a801cf8d15400c689f

See more details on using hashes here.

Supported by

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