{{workloadLabel .Workload}}
Live pipeline
One job, shown from accepted input through its final coordinator-owned scientific result.
{{statusHint .Status}}
{{.Completed}} of {{.Total}} shards complete
Processing speed
Collecting live completion samples from this browser session.
Pipeline stages
Each stage reflects coordinator state, not a simulated progress bar.
The coordinator stored the source and created shard tasks.
{{.Completed}} of {{.Total}} candidate partitions are complete.
Workers upload a checked partial result for every completed shard.
The coordinator waits until all shards are complete.
Available only after deterministic reduction succeeds.
Run configuration
Allowlisted scientific parameters.
What is being computed?
{{.Value}}No displayable parameters were supplied.
{{end}}Result status
Safe operator guidance.
Final result ready
The coordinator merged shard candidates with exact scores and stored the global top-k CSV.
{{range .Artifacts}}{{if and (eq .Kind "final_result") .Downloadable}}Preview CSVDownload final CSV{{end}}{{end}}{{else if eq .Status "reducing"}}Merging completed shards
The final candidate heap is being ranked now. This page will update when the CSV is stored.
{{else if eq .Status "failed"}}Run needs attention
{{if .ErrorMessage}}{{.ErrorMessage}}{{else}}One or more shards could not produce a final result. Review the task table below.{{end}}
{{else}}Waiting for the final result
Partial CSVs are diagnostics. They become one global result only after every shard completes and reduction succeeds.
{{end}}Shard activity
Every task is one input partition. The table refreshes while work is in progress.
| Shard | State | Attempt | Worker / lease | Outcome |
|---|---|---|---|---|
| #{{.ChunkIndex}} | {{statusLabel .Status}} | {{.Attempt}} / {{.MaxAttempts}} | {{if .LeaseOwner}}{{.LeaseOwner}}{{if .LeaseExpiresAt}} lease until {{time .LeaseExpiresAt}}{{end}}{{else}}—{{end}} | {{if .ErrorCode}}{{taskErrorLabel .ErrorCode}} {{taskErrorHint .ErrorCode}}{{else if eq .Status "completed"}}Partial CSV uploaded{{else}}—{{end}} |
| No shard tasks are present yet. | ||||
Coordinator artifacts
All files stay coordinator-owned; checksums make downloads auditable.
SHA-256 {{.SHA256}}{{if .Downloadable}}Preview CSVDownload CSV{{end}}Technical details
Job ID: {{.ID}}
Created: {{time .CreatedAt}}
Workload: {{.Workload}}