cron/1.1.2
You can find the source of this version on GitHub at cloudfoundry-community/cron-boshrelease. It was created based on the commit b7fd1bf5
.
Release Notes¶
Improvements
- Added the ability to lock cronjobs via the
lock
attribute ofcron.entries
. If used, it will ensure only one copy of your cronjob runs at a time.
Acknowledgements
Many thanks to @cnelson for this new feature!
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "cron" version: "1.1.2" url: "https://bosh.io/d/github.com/cloudfoundry-community/cron-boshrelease?v=1.1.2" sha1: "ff53f38aecdbecd1c97fb6b43a29297eeab7796b"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 ff53f38aecdbecd1c97fb6b43a29297eeab7796b \ "https://bosh.io/d/github.com/cloudfoundry-community/cron-boshrelease?v=1.1.2"