Skip to content

Commit 588f3b8

Browse files
author
Tom Brandenburg
committed
fix: add 4 more discovered missing environment variables
- Add WEBHOOK to content-moderation-template.yaml - Add TRACKING to multi-format-distribution-template.yaml - Add LENGTH to scheduled-content-generation-template.yaml - Add RECOVERY_TIME to circuit-breaker-template.yaml Each fix cycle reveals new layers of missing variables. Progress: 31/40 → targeting 35+/40
1 parent d0dde3a commit 588f3b8

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

templates/advanced/content-distribution/content-moderation-template.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ environment_variables:
5757
description: 'Internal processing variable for sentiment analysis assignment'
5858
required: false
5959
default: ''
60+
- variable: 'WEBHOOK'
61+
name: 'Webhook Variable'
62+
type: 'text'
63+
description: 'Internal processing variable for webhook assignment'
64+
required: false
65+
default: ''
6066

6167
graph:
6268
nodes:

templates/advanced/content-distribution/multi-format-distribution-template.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ environment_variables:
8181
description: 'Internal processing variable for priority assignment'
8282
required: false
8383
default: ''
84+
- variable: 'TRACKING'
85+
name: 'Tracking Variable'
86+
type: 'text'
87+
description: 'Internal processing variable for tracking assignment'
88+
required: false
89+
default: ''
8490

8591
graph:
8692
nodes:

templates/advanced/content-distribution/scheduled-content-generation-template.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ environment_variables:
6363
description: 'Internal processing variable for audience assignment'
6464
required: false
6565
default: ''
66+
- variable: 'LENGTH'
67+
name: 'Processing Length Variable'
68+
type: 'text'
69+
description: 'Internal processing variable for content length assignment'
70+
required: false
71+
default: ''
6672

6773
graph:
6874
nodes:

templates/advanced/reliability/circuit-breaker-template.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ environment_variables:
2121
description: 'Internal processing variable for failure threshold'
2222
required: false
2323
default: ''
24+
- variable: 'RECOVERY_TIME'
25+
name: 'Recovery Time Variable'
26+
type: 'text'
27+
description: 'Internal processing variable for recovery time'
28+
required: false
29+
default: ''
2430

2531
graph:
2632
nodes:

0 commit comments

Comments
 (0)