Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-435

Chunk the responses of getTasksStatus

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • 0.5.0
    • UI
    • None

    Description

      Currently, getTasksStatus returns all the tasks that match a query. For very large jobs this causes issues since the downloaded data can be on the order of several MB, thus slowing down the page loads.

      Update getTasksStatus to be more pagination friendly. Doing this will involve the following changes: Update the ScheduleStatusResult struct to return a sub-set of a list instead of the whole list. To accomplish this we can add a startIndex, endIndex, size fields to the ScheduleStatusResult. Further, we can add optional start and limit fields to getTasksStatus, to facilitate incremental loading by the client.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mansu Suman Karumuri
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: