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@lists.koha-community.org Reporter: dcook@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.