Description:
Sometimes in TT2 the fuel module can have stuck recalculation process and last for hours without ending.
This article describes workaround on how to remove stuck recalculation in order to start new one.
Recommended tools:
Application | Download link |
Postman |
Steps:
1 - Open Postman(If you selected "continue with the lightweight API client" instead of Login/sign up, skip to step 4)
2 - In "Workspaces" menu select "My workspace"
3 - Create new request:
3 a - Press "+" symbol and select Blank collection (Skip to step 3 b if you already have collection created, it is not mandatory to create new one)
3 b - Press right mouse button on the new created collection and select "Add request"
4 - Set request type to DELETE, Body - None
5 - Copy and paste following request link:
fuel-service.internal-lb.prod.ruptela.lt/admin/v20191022/recalc/TT2ID
6 - In the request link change the TT2ID to needed object TT2 ID
7 - Press Send, the answer should be 1
At this point the stuck recalculation should be canceled and you will be able to start new one.