https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42596

            Bug ID: 42596
           Summary: Add ability for reports APIs ( svc/report,
                    opac/svc/report ) to run reports as background jobs
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Right now, all svc reports act as "foreground" jobs and return data
immediately. This can cause issues such as apache timeouts for long running
jobs. It would make sense to have the ability for a caller to ask for a
background job and be given an id so that it can a) look up the status of the
job ( waiting, running, finished, failed ) and if the job is finished, b)
download the results of the report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to