Skip to content

Commit e8be734

Browse files
added 'drop_warn_threshold' config in tile (#300)
1 parent 88c49f2 commit e8be734

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tile/tile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ forms:
194194
label: Ignore Missing App
195195
default: true
196196
description: Do not trigger an app metadata refresh when encountering data from an app without info in the app metadata cache.
197+
- name: drop_warn_threshold
198+
type: integer
199+
label: Drop Warn Threshold
200+
default: 1000
201+
description: Log error with dropped events count at each threshold count due to slow downstream
197202

198203
migration: |
199204
if (typeof properties['properties']['.properties.add_app_info']['value'] == "boolean") {

0 commit comments

Comments
 (0)