sense-backend / workers /async_scanner.py
SHAIK ADAM SHAFI
improved backend
5388802
Raw
History Blame Contribute Delete
489 Bytes
# RETIRED — TICKET-4
# This module has been deleted as part of the connector scan persistence fix.
# The async job-queue metadata scan path has been replaced by the synchronous
# /api/connectors/metadata-scan endpoint which writes to the unified
# sense_file_registry schema.
#
# If you see this file imported anywhere, that import is a bug — remove it.
raise ImportError(
"workers.async_scanner has been retired. "
"Use /api/connectors/metadata-scan (synchronous) instead."
)