Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions jobs/cloud_controller_clock/spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ properties:
description: "How often operations stuck in state 'in progress' should be cleaned up."
default: 3600 # 1 hour

# One-off backfill - to be removed in a future version.
cc.lifecycle_type_backfill.frequency_in_seconds:
description: "How often the one-off lifecycle_type backfill job runs"
default: 3600 # 1 hour

cc.external_protocol:
default: "https"
description: "The protocol used to access the CC API from an external entity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ pending_builds:
diego_sync:
frequency_in_seconds: <%= p("cc.diego_sync.frequency_in_seconds") %>

# One-off backfill - to be removed in a future version.
lifecycle_type_backfill:
frequency_in_seconds: <%= p("cc.lifecycle_type_backfill.frequency_in_seconds") %>

nginx:
use_nginx: true
Expand Down