[devops] Port management and process cleanup #3

Closed
maks wants to merge 0 commits from task/67b7725e-port-management-and-process- into master
Owner

Implemented by Claude Code agent

Task: Implement port allocator (configurable range, default 3100-3199) with conflict detection. Add periodic health check that marks dead processes. Cleanup on app shutdown via atexit/signal handlers. Prevent port leaks.

Success Criteria:
Ports auto-assigned from pool, never collide. Zombie processes detected within 30s and marked stopped. App shutdown kills all managed preview processes. GET /api/projects/{id}/runners never shows stale entries.


⚠️ Review score: 1/100 — BELOW threshold (85) — needs manual review

Implemented by Claude Code agent **Task:** Implement port allocator (configurable range, default 3100-3199) with conflict detection. Add periodic health check that marks dead processes. Cleanup on app shutdown via atexit/signal handlers. Prevent port leaks. **Success Criteria:** Ports auto-assigned from pool, never collide. Zombie processes detected within 30s and marked stopped. App shutdown kills all managed preview processes. GET /api/projects/{id}/runners never shows stale entries. --- ⚠️ Review score: **1/100** — BELOW threshold (85) — needs manual review
maks closed this pull request 2026-04-07 21:16:11 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
maks/shipfast!3
No description provided.