Skip to content

Commit

Permalink
Make STOPPING state optional
Browse files Browse the repository at this point in the history
* STOPPING state could be a breaking changee
  • Loading branch information
sethboyles committed Sep 23, 2024
1 parent 9f13e11 commit b6cda90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ provides:
- cc.experimental.use_puma_webserver
- cc.experimental.use_redis
- cc.app_log_revision
- cc.app_instance_stopping_state
- cc.deprecated_stacks


consumes:
- name: database
Expand Down Expand Up @@ -813,6 +815,9 @@ properties:
cc.app_log_revision:
default: false
description: "Add revision version to an app's log source. Only applies if an App is using revisions. For example, app logs will be prefixed with APP/REV/1/PROC/WEB/0"
cc.app_instance_stopping_state:
default: true
description: "Adds a STOPPING state to app processes to indicate when a process is no longer desired, but has not fully shut down."
cc.client_max_body_size:
default: "15M"
description: "Maximum body size for nginx"
Expand Down

0 comments on commit b6cda90

Please sign in to comment.