Closed purplesmoke05 closed 8 months ago
sqlalchemy.StaleDataError
https://github.com/BoostryJP/ibet-Wallet-API/blob/b0fa0b98119426e2b91499e7fc4efe3fa50350f3/batch/indexer_Token_Detail_ShortTerm.py#L139-L148
https://github.com/BoostryJP/ibet-Wallet-API/blob/b0fa0b98119426e2b91499e7fc4efe3fa50350f3/batch/indexer_Token_Detail.py#L126-L135
ObjectDeletedError
Is your feature request related to a problem? Please describe.
sqlalchemy.StaleDataError
would be raised on below lines.https://github.com/BoostryJP/ibet-Wallet-API/blob/b0fa0b98119426e2b91499e7fc4efe3fa50350f3/batch/indexer_Token_Detail_ShortTerm.py#L139-L148
https://github.com/BoostryJP/ibet-Wallet-API/blob/b0fa0b98119426e2b91499e7fc4efe3fa50350f3/batch/indexer_Token_Detail.py#L126-L135
ObjectDeletedError
exception is handled and it is not enough of exception handling.Describe the solution you'd like
sqlalchemy.StaleDataError
should be added.