DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
12 stars 2 forks source link

Audit our use of @Transactional #4027

Open kbirk opened 2 days ago

kbirk commented 2 days ago

Looks like we are getting connection pool starvation no prod. I'm betting we are overusing the @Transactional and may in cases of long running block requests are holding onto a transaction that we shouldn't be.