Skip to content

worker: tolerate transient triton health check failures - #82

Open
haraschax wants to merge 1 commit into
masterfrom
codex/worker-triton-backoff
Open

worker: tolerate transient triton health check failures#82
haraschax wants to merge 1 commit into
masterfrom
codex/worker-triton-backoff

Conversation

@haraschax

Copy link
Copy Markdown
Contributor

No description provided.

When triton is briefly unreachable, check_triton_server_health raises
after its tenacity retry (15s). The worker re-raised this, crashing the
job; slurm's --requeue then restarted it in a tight loop, dumping a full
traceback to the per-job log on every cycle. A single downed triton
server could grow /var/log/slurm/miniray-worker.*.log to tens of GB and
fill the node's disk.

Instead, log a concise line and continue the loop. The worker stays
alive and retries triton on the next iteration (with the existing
backoff), resuming work once triton recovers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant