Skip to content

Commit

Permalink
merge 1.1.1 release changes to master (#195)
Browse files Browse the repository at this point in the history
* added firehose keep alive config param and updated org-space ttl default value (#187)

* updated cfclient vendor libs and dependencies (#186)

* update tile version (#189)
  • Loading branch information
luckyj5 authored Jun 21, 2019
1 parent e3a7429 commit 2587678
Show file tree
Hide file tree
Showing 555 changed files with 105,264 additions and 897 deletions.
39 changes: 36 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nozzle/nozzle.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (f *Nozzle) handleError(err error) {
case websocket.ClosePolicyViolation:
msg = "Nozzle lost the keep-alive heartbeat with Firehose server. Connection was disconnected " +
"by Firehose server. This usually means either Nozzle was busy with processing events or there " +
"was some temperary network issue causing the heartbeat to get lost."
"was some temporary network issue causing the heartbeat to get lost."

default:
msg = "Encountered close error while reading from Firehose"
Expand Down
3 changes: 2 additions & 1 deletion tile/tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ history:
- 1.0.0
- 1.0.1
- 1.0.2
version: 1.1.0
- 1.1.0
version: 1.1.1
8 changes: 6 additions & 2 deletions tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ forms:
- name: ValueMetric
label: ValueMetric
- name: CounterEvent

label: CounterEvent
- name: Error
label: Error
Expand Down Expand Up @@ -142,7 +141,7 @@ forms:
- name: org_space_cache_invalidate_ttl
type: string
label: Org Space Cache Invalidate TTL
default: 0s
default: 72h
description: Time interval (in sec) between refreshing the org and space cache.
- name: app_limits
type: integer
Expand All @@ -154,6 +153,11 @@ forms:
label: Nozzle Memory
description: Nozzle memory in MB.
default: 256M
- name: firehose_keep_alive
type: string
label: Firehose Keep Alive
description: Keep alive duration (in sec) for the firehose consumer.
default: 25s
- name: add_app_info
type: boolean
default: false
Expand Down
10 changes: 10 additions & 0 deletions vendor/code.cloudfoundry.org/gofileutils/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/code.cloudfoundry.org/gofileutils/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/code.cloudfoundry.org/gofileutils/NOTICE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/code.cloudfoundry.org/gofileutils/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/code.cloudfoundry.org/gofileutils/bin/test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/code.cloudfoundry.org/gofileutils/fileutils/dir_utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2587678

Please sign in to comment.