feat(scheduler): gate DRM jobs and emit liveness#2
Draft
tyecam1 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add deployment-specific fail-closed controls for vault-backed DRM schedules: verify the current heartbeat and action allowlist before shell actuation, emit periodic TaskRun liveness, and cap LLM/research tasks at a one-hour default. The change is a draft and does not restart or reconfigure the live service.
Target branch
dev.This deployment fork intentionally stages the patch against its curated
main; it is not an upstream merge request.Linked Issue
Issue tracking is disabled in this deployment fork. Operational tracking is in the obsidian-PhD task package; #2 is the durable draft-PR tracking reference.
Type of Change
Checklist
dev.How to Test
ODYSSEUS_DRM_VAULT_ROOTto a fixture or deployment checkout containingautomation/config/odysseus_actions.yamland a current heartbeat./home/agent/projects/odysseus/venv/bin/python -m pytest -q tests/test_drm_runtime_guard.py tests/test_vault_heartbeat.pyon the compute box.Deployment gate
Before deployment, set
ODYSSEUS_DRM_VAULT_ROOTto the checkout that receives the daily heartbeat. No live service configuration was changed by this PR.Visual / UI changes
None.