VEuPathDB / service-multi-blast

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

User link insert-if-not-exists. #152

Closed Foxcapades closed 2 years ago

Foxcapades commented 2 years ago

Ticket #147 part 2

Adjusts the user-to-job link insert query to be an "insert if not exists" query. This should resolve the 500s we are getting when multiple requests try and cause a user link insert at the same time.

Resolves #147