Skip to content

Commit

Permalink
Merge pull request #13608 from brinkmanlab/cache_miss
Browse files Browse the repository at this point in the history
Report resolution cache miss for galaxy.tool_util.deps.container_reso…
  • Loading branch information
nsoranzo authored Aug 30, 2022
2 parents 0368cf2 + a15d27d commit c6d6dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tool_util/deps/mulled/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def _namespace_has_repo_name(namespace, repo_name, resolution_cache):
return repo_name in resolution_cache.get(cache_key)
except KeyError:
pass
log.debug(f"Querying {QUAY_REPOSITORY_API_ENDPOINT} for repos within {namespace}")
next_page = None
repo_names = []
repos_headers = {"Accept-encoding": "gzip", "Accept": "application/json"}
Expand Down

0 comments on commit c6d6dd5

Please sign in to comment.