VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

Fix race condition on md cache initialization #121

Closed dmgaldi closed 10 months ago

dmgaldi commented 10 months ago

Overview

Fix race condition. This seems to be more common when services are consolidated since there are a few more actions that take place at startup.

Resolves #120