Fail closed on invalid Glas profiles
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028de-e2c8-7732-8521-46a7fc5db82f
This commit is contained in:
parent
561538c95e
commit
b933cf52c8
12 changed files with 455 additions and 9 deletions
|
|
@ -44,6 +44,11 @@ OPS_RUN_LEASE_SECONDS=900
|
|||
OPS_RUN_MAX_ATTEMPTS=3
|
||||
# Stuck open/claimed threshold for /ops/automations/status ops_runs.sla_hours
|
||||
OPS_RUN_SLA_HOURS=1
|
||||
# Migration gate for ACT-ADR-006. When true, definition sync rejects task-
|
||||
# emitting declarations without a profile and emit_tasks refuses the whole
|
||||
# batch before any DB or IssueSink side effect. Leave false until definitions
|
||||
# have migrated one at a time.
|
||||
ACTIVITY_CORE_REQUIRE_HARNESS_PROFILE=false
|
||||
# Worker credential for claim/complete/fail (X-Worker-Token or Bearer).
|
||||
ACTIVITY_CORE_WORKER_TOKEN=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue