Skip to content

Harden star view visualization#89

Open
dkt01 wants to merge 1 commit into
icecc:masterfrom
dkt01:dkt01/fixZombieStarViewJobVisuals
Open

Harden star view visualization#89
dkt01 wants to merge 1 commit into
icecc:masterfrom
dkt01:dkt01/fixZombieStarViewJobVisuals

Conversation

@dkt01

@dkt01 dkt01 commented Jul 2, 2026

Copy link
Copy Markdown

When jobs were initially scheduled on one runner and later move to another runner - such as when a timeout results in a job running on the host requesting the build - the star view could show the ring corresponding to that job forever. Navigating off of the star view and back to that view would clear the ring (#34), but it would not decrement the active job count.

Fix was two parts:

  • First, when pruning jobs, prune completed jobs to prevent losing references to active jobs
  • Second, handle jobs that change hosts explicitly so they can be marked as finished appropriately

Verified by running icemon a full day with the changes. Previous version would accumulate "zombie" jobs steadily throughout the day.

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