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]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cs.recipe.checkinterval-1.0.zip.
File metadata
- Download URL: cs.recipe.checkinterval-1.0.zip
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a18a68bfff5ee011e793ff52004a10a8144b7f40416f07df4cb50658f09f58
|
|
| MD5 |
4a949caea88cb0962a03b77fac136558
|
|
| BLAKE2b-256 |
53855a17973c647235831efc0ddb19c311e6b731e5cc64a801cf8d15400c689f
|