You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a timing/routing defect, not a claim about broker fill status or a stop-loss failure. The current direct cycle can route a next-session decision during the signal-day invocation.
Immediate containment completed
Cloud Run longbridge-quant-sg-service is fail-closed: RUNTIME_TARGET_ENABLED=false on revision longbridge-quant-sg-service-00753-446.
The matching CLOUD_RUN_SERVICE_TARGETS_JSON deployment target is also disabled, preventing a later configuration sync from reopening it.
No position was closed, no open order was cancelled, and no allocation/strategy parameter was changed.
Required recovery path
Add a paper-only Longbridge adapter for QPK durable execution commands (fix: harden runtime scheduling and notifications #342): persist immutable signal-day command, claim only on its effective trading day, and reconcile through broker evidence.
Add deterministic tests for Friday-to-Monday, concurrent invocations, crash after claim, missing command store, and mismatched input/config digests.
Demonstrate paper forward observations and reconciliation evidence.
Require explicit approval before any live consumer is enabled.
Strict guardrails
Do not solve this by silently treating the current day as effective, or by recomputing a fresh decision next session.
Until the durable paper path is verified, no Longbridge SG live order path may be re-enabled.
Confirmed evidence
The live SG reports show broker order events on a run whose strategy signal is only effective on the next trading day:
This is a timing/routing defect, not a claim about broker fill status or a stop-loss failure. The current direct cycle can route a next-session decision during the signal-day invocation.
Immediate containment completed
Required recovery path
Strict guardrails