Atualizar workers/indexer.py

This commit is contained in:
startdata 2026-02-18 17:39:55 +00:00
parent fa2800f766
commit 3029bb13f3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class CodeIndexer:
self,
redis_url: str = "redis://localhost:6379",
qdrant_url: str = "http://localhost:6333",
work_dir: str = "/tmp/aci-indexer",
work_dir: str = "/tmp/jira-indexer",
queue_name: str = "indexer:jobs",
):
self.redis_url = redis_url