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
The results caching, once complete, should address this partially. But it's odd that Sharat says that these work well sequentially but not concurrently. That suggests that there's some problem with the cache?
The text was updated successfully, but these errors were encountered:
We certainly want to improve our results, but we did return results for two of these queries, we didn't just miss all 8 MVP1.
I'm honestly not sure why the sequential would have given different results, unless they were run at the same time as the concurrent? I could imagine that the sequential finished before the concurrent, but then the concurrent overwrote the cache because they both missed the cache when started.
As far as why we would do worse when running concurrent I think comes down the the KPs. Aragorn can handle many many queries, but the KPs are going to run slower and/or return 429/500s when bogged down.
See NCATSTranslator/Ordering-Organizing#43
The results caching, once complete, should address this partially. But it's odd that Sharat says that these work well sequentially but not concurrently. That suggests that there's some problem with the cache?
The text was updated successfully, but these errors were encountered: