You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eileen-kuehn
changed the title
[Connection] Hitrate based file provision mistakenly dependent on site instead of cache
Hitrate based file provision mistakenly dependent on site instead of cache
Jun 21, 2021
When the
hitrate
for a job's input files is computed to make the decision, whether the files are provided by a cache, the drone'ssitename
is used as a key to check whether it provides the input files instead of looping over all thestorage
s on the according site: https://github.com/tfesenbecker/lapis/blob/dd876d8b0f6519f105c56af8ef735a707df0ae95/lapis/connection.py#L184-L190This is part of the issue #6 and should also be considered when tackling issue #3.
The text was updated successfully, but these errors were encountered: