Describe the bug
For studies with a large number of credible sets, the variants objects in the credible sets are sometimes resolved and sometimes not. It is inconsistent, but with more request attempts more variants are resolved, i.e. not null
Expected behaviour
Each credible set, within the study credible sets should have a variant resolved.
To Reproduce
Steps to reproduce the behaviour:
run the following and notice that some variants are not resolved.
repeat and notice that more variants are resolved.
Describe the bug For studies with a large number of credible sets, the variants objects in the credible sets are sometimes resolved and sometimes not. It is inconsistent, but with more request attempts more variants are resolved, i.e. not null
Expected behaviour Each credible set, within the study credible sets should have a variant resolved.
To Reproduce Steps to reproduce the behaviour:
variant
s are not resolved.variant
s are resolved.Additional context Suspect a race condition, where the study and credible sets are returned before the variants themselves are finished.