Minion API
Control the built-in Minion Job Queue.
Get the basic status of a Minion Job
GET
http://lrr.tvc-16.science/api/minion/:jobid
For a given Minion job ID, check whether it succeeded or failed.
Minion jobs are ran for various occasions like thumbnails, cache warmup and handling incoming files.
For some jobs, you can check the notes
field for progress information. Look at https://docs.mojolicious.org/Minion/Guide#Job-progress for more information.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | ID of the Job. |
🔑Get the full status of a Minion Job
GET
http://lrr.tvc-16.science/api/minion/:jobid/detail
Get the status of a Minion Job. This API is there for internal usage mostly, but you can use it to get detailed status for jobs like plugin runs or URL downloads.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | ID of the Job. |
Last updated