Skip to content

Commit f18075a

Browse files
fix: rename cache key for tree details builds to avoid key collision
1 parent df9a5f7 commit f18075a

File tree

1 file changed

+1
-1
lines changed
  • backend/kernelCI_app/queries

1 file changed

+1
-1
lines changed

backend/kernelCI_app/queries/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def get_tree_details_builds(
758758
"""
759759
Fetch builds for a given tree commit.
760760
"""
761-
cache_key = "treeDetailsBuilds"
761+
cache_key = "treeDetailsBuildsDirect"
762762

763763
params = {
764764
"commit_hash": commit_hash,

0 commit comments

Comments
 (0)