matthiaskoenig / pkdb

Pharmacokinetics database
https://alpha.pk-db.com
30 stars 6 forks source link

File upload error if two people upload studies at the same time #568

Open matthiaskoenig opened 4 years ago

matthiaskoenig commented 4 years ago

Files get ids which later on are used for the study upload. This does not work if multiple people upload study at the same time:

INFO - 10.10 [s] : Upload files
WARNING 
{
  "files": [
    "Invalid pk \"7739\" - object does not exist."
  ]
}
ERROR UPLOAD ERROR (check errors and warnings)

Probably use a single transaction for upload.