Skip to content

Commit 38d607f

Browse files
authored
Merge pull request #278 from QuantStrategyLab/codex/firstrade-heartbeat-scope
fix: scope Firstrade heartbeat to platform reports
2 parents 9f956ac + 5589f8a commit 38d607f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/execution-report-heartbeat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
id-token: write
3939
env:
4040
RUNTIME_HEARTBEAT_NAME: FirstradePlatform
41+
RUNTIME_HEARTBEAT_REPORT_PLATFORM: firstrade
4142
RUNTIME_HEARTBEAT_LOOKBACK_HOURS: ${{ inputs.lookback_hours || vars.RUNTIME_HEARTBEAT_LOOKBACK_HOURS || '36' }}
4243
RUNTIME_HEARTBEAT_FAIL_WORKFLOW_ON_ALERT: ${{ inputs.fail_workflow_on_alert || vars.RUNTIME_HEARTBEAT_FAIL_WORKFLOW_ON_ALERT || 'true' }}
4344
RUNTIME_HEARTBEAT_ACCEPT_STAGES: ${{ vars.RUNTIME_HEARTBEAT_ACCEPT_STAGES }}

.github/workflows/runtime-target-lifecycle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
id: execution_heartbeat
121121
env:
122122
RUNTIME_HEARTBEAT_NAME: FirstradePlatform lifecycle
123+
RUNTIME_HEARTBEAT_REPORT_PLATFORM: firstrade
123124
RUNTIME_HEARTBEAT_REQUIRED_SERVICES: ${{ secrets.CLOUD_RUN_SERVICE }}
124125
RUNTIME_HEARTBEAT_FAIL_WORKFLOW_ON_ALERT: "true"
125126
run: |

0 commit comments

Comments
 (0)