Skip to content

Commit d8ed35a

Browse files
committed
k
1 parent d47d310 commit d8ed35a

File tree

1 file changed

+2
-0
lines changed
  • backend/onyx/background/celery/tasks/indexing

1 file changed

+2
-0
lines changed

backend/onyx/background/celery/tasks/indexing/tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ class IndexingWatchdogTerminalStatus(str, Enum):
112112

113113
PROCESS_SIGNAL_SIGKILL = "process_signal_sigkill"
114114

115+
CONNECTOR_VALIDATION_ERROR = "connector_validation_error"
116+
115117
@property
116118
def code(self) -> int:
117119
_ENUM_TO_CODE: dict[IndexingWatchdogTerminalStatus, int] = {

0 commit comments

Comments
 (0)