Skip to content

Commit 38db2b8

Browse files
authored
fix: rename gifts cache key to avoid stale data after migration (#226)
2 parents b3bd5ef + b28914d commit 38db2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/core/src/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
CELERY_GATEWAY_INDEX_QUEUE_NAME = "gateway-index-queue"
4444
CELERY_INDEX_PRICES_QUEUE_NAME = "index-prices-queue"
4545
# Gifts
46-
GIFT_COLLECTIONS_METADATA_KEY = "gifts-metadata"
46+
GIFT_COLLECTIONS_METADATA_KEY = "gifts-metadata-v2"
4747
CELERY_GIFT_FETCH_QUEUE_NAME = "gift-fetch-queue"
4848
UPDATED_GIFT_USER_IDS = "updated_gift_user_ids"
4949

0 commit comments

Comments
 (0)