Skip to content

Commit

Permalink
Make STOPPING state optional (#473)
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 3d46cad commit 33db09e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +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
type: database
Expand Down Expand Up @@ -815,6 +816,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 33db09e

Please sign in to comment.