Skip to content

Commit 1896548

Browse files
committed
post merge fix
1 parent ebba2b9 commit 1896548

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/btrixcloud/operator/collindexes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ def get_index_storage_filename(self, coll_id: UUID, org: Organization):
367367
"""get index filename for storage"""
368368
storage_path = org.storage.get_storage_extra_path(str(org.id))
369369
filename = storage_path + f"dedupe-index/{coll_id}.rdb"
370+
370371
return filename
371372

372373
async def check_redis_saved(
@@ -376,7 +377,8 @@ async def check_redis_saved(
376377
status: CollIndexStatus,
377378
data: MCSyncData,
378379
):
379-
"""create configmap for import job, lookup resources only on first init"""
380+
"""create sync job to save redis index data to s3 storage"""
381+
380382
redis_pod = data.children[POD].get(redis_name)
381383
if redis_pod and redis_pod["status"].get("phase") == "Succeeded":
382384
finished_at = None

0 commit comments

Comments
 (0)