Live scraping updates in pipeline UI (#100)

* initial commit

* fix clear script

* cancelling pipelines

* formatting
This commit is contained in:
Shaheer Sarfaraz
2026-02-07 22:44:00 +00:00
committed by GitHub
parent 60788b0f6a
commit a409aa5ee0
28 changed files with 1425 additions and 84 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ export interface PipelineRun {
id: string;
startedAt: string;
completedAt: string | null;
status: "running" | "completed" | "failed";
status: "running" | "completed" | "failed" | "cancelled";
jobsDiscovered: number;
jobsProcessed: number;
errorMessage: string | null;