Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make STOPPING state optional #473

Merged
merged 1 commit into from
Sep 23, 2024
Merged
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
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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit remove whitespace

consumes:
- name: database
type: database
Expand Down Expand Up @@ -813,6 +814,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