Recalculate match in batch actions (#102)

* rescore in batch

* more tests!

* formatting!
This commit is contained in:
Shaheer Sarfaraz
2026-02-07 22:51:42 +00:00
committed by GitHub
parent a409aa5ee0
commit 2fe0dc2c2f
10 changed files with 293 additions and 23 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ export interface JobsListResponse {
byStatus: Record<JobStatus, number>;
}
export type BulkJobAction = "skip" | "move_to_ready";
export type BulkJobAction = "skip" | "move_to_ready" | "rescore";
export interface BulkJobActionRequest {
action: BulkJobAction;