-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
An OData client may choose not to query the result of an async job. For example, for a DELETE request, the client might simply not wait for completion and assume that the operation is performed by the service on a best-effort basis. Currently, the client can only send a Prefer: respond-async header to avoid waiting. However, the request still creates a status monitor resource and allocates the service's resources to handle its lifespan.
We are wondering if a new preference, e.g., non-retrieval, could be added to express the intent of not querying the status monitor resource, so that no such resource needs to be created on the service side.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Open