Object Storage Work Requests
View the state of work requests associated with Object Storage.
The Object Storage service handles work requests asynchronously. The service creates a queue for work requests and then processes the requests when system resources become available. To provide visibility for in-progress operations, Object Storage creates a work request. You can track the progress of the operation by monitoring the status of the work request.
You can perform the following Object Storage work request management tasks:
Work Request Status Descriptions
You can view the status of a work request in the following locations:
-
The Work Request list. See Listing Work Requests for more information.
-
The work request's Details page. See Getting a Work Request's Details for more information.
Monitor these locations to get the updated status of a work request.
The following table lists and describes the work request status levels:
Status | Description |
---|---|
Accepted |
The request is in the work request queue to be processed. |
In Progress |
A work request record exists for the specified request, but no associated WORK_COMPLETED record exists. |
Completed |
A work request record exists for this request and an associated WORK_COMPLETED record has the state Completed. |
Canceling |
The work request is in the process of being canceled. |
Canceled |
The work request has been canceled. |
Failed |
A work request record exists for this request and an associated WORK_COMPLETED record has the state Failed. Check the Error Details column for more information on the reason for the fail. For example:
See Lising a Work Request's Errors to learn more about why a work request failed. |