Details

    • Type: Bug Bug
    • Status: Ready for QA Ready for QA (View Workflow)
    • Priority: Normal Normal
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: FN
    • Labels:
    • Customer:
      OMAN-Tel

      Description

      API CancellOrder has Perfonfmance issue :

      ON OLD : 21s
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
      <soapenv:Header/>
      <soapenv:Body>
      <ser:cancelOrder>
      <!-Optional:->
      <woNo>4444000293</woNo>
      <!-Optional:->
      <cancellationCode>SUBR</cancellationCode>
      <!-Optional:->
      <cancellationReason>UBO</cancellationReason>
      </ser:cancelOrder>
      </soapenv:Body>
      </soapenv:Envelope>

      <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
      <ns2:cancelOrderResponse xmlns:ns2="http://server.api.nep.mobinets.com/"/>
      </soap:Body>
      </soap:Envelope>

      ON NEW : 79s
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
      <soapenv:Header/>
      <soapenv:Body>
      <ser:cancelOrder>
      <!-Optional:->
      <woNo>444400151</woNo>
      <cancellationCode>SUBR</cancellationCode>
      <!-Optional:->
      <cancellationReason>UBO</cancellationReason>
      </ser:cancelOrder>
      </soapenv:Body>
      </soapenv:Envelope>

      <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
      <ns2:cancelOrderResponse xmlns:ns2="http://server.api.nep.mobinets.com/"/>
      </soap:Body>
      </soap:Envelope>

        Activity

        Hide
        Zein Trabelsi added a comment -

        We are working on it, to ignore flowable database access the main part causing the performance issue

        Show
        Zein Trabelsi added a comment - We are working on it, to ignore flowable database access the main part causing the performance issue
        Hide
        Zein Trabelsi added a comment -

        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.

        Show
        Zein Trabelsi added a comment - 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.

          People

          • Assignee:
            Mbaye Lo
            Reporter:
            Mbaye Lo
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Due:
              Created:
              Updated:
              Planned Start:
              Planned End:

              Drag and Drop