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 02a665e commit 5952488Copy full SHA for 5952488
frontend/src/types/crawlState.ts
@@ -11,6 +11,7 @@ export const WAITING_STATES = [
11
"starting",
12
"waiting_capacity",
13
"waiting_org_limit",
14
+ "waiting_dedupe_index",
15
"paused",
16
] as const;
17
0 commit comments