We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8b469 commit 30501daCopy full SHA for 30501da
frontend/src/types/crawlState.ts
@@ -11,6 +11,7 @@ export const WAITING_NOT_PAUSED_STATES = [
11
"starting",
12
"waiting_capacity",
13
"waiting_org_limit",
14
+ "waiting_dedupe_index",
15
] as const;
16
17
// Match backend TYPE_PAUSED_STATES in models.py
0 commit comments