recreate-all-service-instances job from on-demand-service-broker/0.27.0
Github source:
e06f172
or
master branch
Properties¶
attempt_interval_seconds
¶
interval in seconds between attempt batches
- Default
60
attempt_limit
¶
maximum number of times the errand will try to process each instance if another task is in progress
- Default
5
polling_interval_seconds
¶
interval in seconds when waiting for service instance to be processed
- Default
60
request_timeout
¶
timeout in seconds when sending requests during the errand
- Default
120
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/recreate-all-service-instances/
directory
(learn more).
bin/run
(fromerrand.sh.erb
)config/config.yml
(fromconfig.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.