30 lines
656 B
Markdown
30 lines
656 B
Markdown
|
|
---
|
||
|
|
id: telemetry-platform-ingest
|
||
|
|
name: Receive platform assurance
|
||
|
|
enabled: false
|
||
|
|
owner: railiance-telemetry
|
||
|
|
governance: custodian
|
||
|
|
status: proposed
|
||
|
|
trigger:
|
||
|
|
type: cron
|
||
|
|
cron_expression: "*/5 * * * *"
|
||
|
|
timezone: UTC
|
||
|
|
misfire_policy: skip
|
||
|
|
context_sources: []
|
||
|
|
---
|
||
|
|
|
||
|
|
# Receive platform assurance
|
||
|
|
|
||
|
|
Disabled candidate. RTEL-WP-0002-T04 requires accepted executor, runtime/storage,
|
||
|
|
recipient and independent watchdog before registration/enablement.
|
||
|
|
|
||
|
|
```rule
|
||
|
|
id: run-bounded-telemetry-job
|
||
|
|
condition: ""
|
||
|
|
action:
|
||
|
|
task_template: tasks/telemetry-platform-ingest.md
|
||
|
|
target_repo: railiance-telemetry
|
||
|
|
priority: high
|
||
|
|
labels: [telemetry, bounded-operation]
|
||
|
|
```
|