[Koha-bugs] [Bug 26740] New: REST API: Add endpoint for task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 20 02:19:43 CEST 2020


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

            Bug ID: 26740
           Summary: REST API: Add endpoint for task queue
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au

It would be great if there were a HTTP API endpoint that we could use to
enqueue tasks. 

That said, we would need to be careful with permissions, so it would probably
need to be a different endpoint for each kind of task that could be enqueued.

My main thought here is to have a task scheduler daemon that adds tasks via the
task queue endpoint when its timers fire, but it could be used in all sorts of
ways. A frontend AJAX call could add a task and then either poll/have a refresh
button to get updated information about that task.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list