quick fix: add back USER_ID to crawlconfig config map, needed by crawler pod
This commit is contained in:
parent
3859be009a
commit
2842ca6a06
@ -95,6 +95,7 @@ class BaseCrawlManager(ABC):
|
||||
# Create Config Map
|
||||
await self._create_config_map(
|
||||
crawlconfig,
|
||||
USER_ID=str(crawlconfig.userid),
|
||||
STORE_PATH=storage_path,
|
||||
STORE_FILENAME=out_filename,
|
||||
STORAGE_NAME=storage_name,
|
||||
|
Loading…
Reference in New Issue
Block a user