VEuPathDB / service-multi-blast

Async BLAST+ query service and supporting libraries.
Apache License 2.0
0 stars 0 forks source link

busy-wait for report file. #138

Closed Foxcapades closed 2 years ago

Foxcapades commented 2 years ago

To handle the possible race condition where we reach the file glob before the report file is copied into the workspace, the code will now busy-wait until the directory is not empty.

Closes #102