adsabs / adsws

ADS web services
Other
2 stars 14 forks source link

Proper use of transactions #109

Open romanchyla opened 7 years ago

romanchyla commented 7 years ago

pg is shhowing many ROLLBACK statements; go through the code and make sure that all INSERT/UPDATE/DELETE happens in a proper transaction

example: https://github.com/adsabs/myads/blob/master/myads_service/views/user.py#L75