[MXS-1483] Add job queues to REST API Created: 2017-10-22 Updated: 2024-01-04 Resolved: 2024-01-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | API Improvements |
| Sprint: | MXS-SPRINT-92 |
| Description |
|
The MaxScale REST API should implement the 202 Accepted response from the JSON API specification: http://jsonapi.org/format/#crud-creating-responses-202 This would allow asynchronous execution of jobs that could take a long time. |
| Comments |
| Comment by markus makela [ 2019-10-07 ] |
|
As the only operations that would benefit from this are mariadbmon operations, it makes more sense to implement this inside the module. |