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 d47d310 commit d8ed35aCopy full SHA for d8ed35a
backend/onyx/background/celery/tasks/indexing/tasks.py
@@ -112,6 +112,8 @@ class IndexingWatchdogTerminalStatus(str, Enum):
112
113
PROCESS_SIGNAL_SIGKILL = "process_signal_sigkill"
114
115
+ CONNECTOR_VALIDATION_ERROR = "connector_validation_error"
116
+
117
@property
118
def code(self) -> int:
119
_ENUM_TO_CODE: dict[IndexingWatchdogTerminalStatus, int] = {
0 commit comments