dandi / dandi-archive

DANDI API server and Web app
https://dandiarchive.org
13 stars 10 forks source link

Fix race condition in sha256 calculation task #1936

Closed mvandenburgh closed 3 months ago

mvandenburgh commented 4 months ago

The asset_blob could potentially change out from under us in the time it takes to calculate the SHA256, so using an UPDATE here is safer.

dandibot commented 3 months ago

:rocket: PR was released in v0.3.86 :rocket: