[ACE-587] API CancellOrder has Perfonfmance issue Created: 18/Feb/26 Updated: 23/Feb/26 Due: 18/Feb/26 |
|
| Status: | Ready for QA |
| Project: | ACE |
| Component/s: | FN |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Normal |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Milestone2 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Customer: |
OMAN-Tel
|
| Planned Start: | |
| Planned End: |
| Description |
|
API CancellOrder has Perfonfmance issue : ON OLD : 21s <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> ON NEW : 79s <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> |
| Comments |
| Comment by Zein Trabelsi [ 20/Feb/26 ] |
|
We are working on it, to ignore flowable database access the main part causing the performance issue |
| Comment by Zein Trabelsi [ 23/Feb/26 ] |
|
instead of retrieving task id from flowable database (any time we need to complete a task) , we store this information in new tabe in our database when create the task , and remove the record after completion. |