diff --git a/workers/indexer.py b/workers/indexer.py index 6b72345..9303567 100644 --- a/workers/indexer.py +++ b/workers/indexer.py @@ -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