File tree Expand file tree Collapse file tree
jobs/cloud_controller_clock Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,6 +149,11 @@ properties:
149149 description: "How often operations stuck in state 'in progress' should be cleaned up."
150150 default: 3600 # 1 hour
151151
152+ # One-off backfill - to be removed in a future version.
153+ cc.lifecycle_type_backfill.frequency_in_seconds:
154+ description: "How often the one-off lifecycle_type backfill job runs"
155+ default: 3600 # 1 hour
156+
152157 cc.external_protocol:
153158 default: "https"
154159 description: "The protocol used to access the CC API from an external entity"
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ pending_builds:
127127diego_sync:
128128 frequency_in_seconds: <%= p("cc.diego_sync.frequency_in_seconds") %>
129129
130+ # One-off backfill - to be removed in a future version.
131+ lifecycle_type_backfill:
132+ frequency_in_seconds: <%= p("cc.lifecycle_type_backfill.frequency_in_seconds") %>
130133
131134nginx:
132135 use_nginx: true
You can’t perform that action at this time.
0 commit comments