Request Status
Requests' statuses show the current running statuses of the requests. For example, once the request is started, the status will become "Start"; once the request is completed normally, the status will become "Finish".
Requests' statutes are as below.
| Status | Discriptions |
|---|---|
| Start |
The status will occur after the request has been started. The status is before the sensor stage. |
| Waiting for executing |
The status will occur in the stage of saving the request into the data storage queue and waiting for processing. The status is before the filter stage and the joint stage. |
| Process | The status will occur while the request is being processed. |
| Finish (※1) |
The status will occur when the request has finished normally. If there is an action to stop the pipeline in the filter stage, the status will occur in the filter stage. |
| Cancel (※1) |
The status will occur when the request has been cancelled and stopped. If you click the "Cancel" button in the request list (pipeline request monitor), the status will occur. |
| Waiting for automatically retry |
If an error happens while the request is being processed, the requet will be saved to the error queue automatically and wait for being retried automatically. The status will occur in this case. The request will be retried automatically after the specified time has passed. |
| Waiting for manually retry (※2) |
If an error happens while the request is being processed, the request will be saved to the error queue and wait for being retried manually. In this case, the status will occur. If the request failed finally, and the "Save queue if error happens" setting is set as "Yes", the status will occur. To retry the request manually, you should click "Retry" in the request list (pipeline request monitor). |
| Error (※1) |
The status will occur when an error happens while the request is being processed, and the request stops without being saved to the error queue. If the request failed finally, and the "Save queue if error happens" setting is set as "No", the status will occur. |
※2 Under Status ※1, you can retry the request manually after getting rid of the error sources, or you can cancel the request.