Recalculate match in batch actions (#102)
* rescore in batch * more tests! * formatting!
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user