cloudfoundry / capi-release

Bosh Release for Cloud Controller and friends
Apache License 2.0
24 stars 102 forks source link

New config parameter for cleanup job #407

Closed jochenehret closed 7 months ago

jochenehret commented 7 months ago

New config property service_operations_initial_cleanup.frequency_in_seconds for the background cleanup job.

The background job cleans up operations stuck in state 'create'/'initial' (sets them to 'failed' so that users can delete the associated entity).

https://github.com/cloudfoundry/cloud_controller_ng/pull/3742