You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend transaction service to change status of transaction from Submitted to Confirmed if a event is recieved from that transaction.
Proposal: Add ID field to each query and update each transaction handler to update transaction status.
Transaction service should mark transaction as timeout after max retry attempt.
Invoke transaction service periodically, so that:
It can handle failed transaction
It can mark lost transaction
The text was updated successfully, but these errors were encountered:
abhayks1
changed the title
Transaction service should change transaction status from Submitted to Confirmed
Transaction service should change transaction status from Submitted to Confirmed and timeout after max retry attempt.
Oct 4, 2019
Extend transaction service to change status of transaction from Submitted to Confirmed if a event is recieved from that transaction.
Proposal: Add ID field to each query and update each transaction handler to update transaction status.
Transaction service should mark transaction as timeout after max retry attempt.
Invoke transaction service periodically, so that:
It can handle failed transaction
It can mark lost transaction
The text was updated successfully, but these errors were encountered: