Ballroom-Platform / ballroom-backend

Apache License 2.0
2 stars 8 forks source link

Use Ballerina transactions where necessary #68

Open sameerajayasoma opened 1 year ago

sameerajayasoma commented 1 year ago

In the upload service, I can see a function called addSubmission. This function does two database insert calls. Ideally, these two operations should be inside a transaction block.