Skip to content

Use RAI-wrapper of DB transaction for prevent app lock due unexpected error

Pavel Kisliak requested to merge epam/uset_rai_transaction into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

This is part of work for issue: #48 (closed)

  • Refactored existing Transaction class and related code, added support nested transactions
  • Added integrations tests for Transaction class
  • Used Transaction class in the user session for prevent app lock due unexpected error

Merge request reports