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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
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