Skip to content

Preference for Skipping Status Monitor Resource Creation #2126

@jinling-github

Description

@jinling-github

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

Labels

No labels
No labels

Type

No type

Projects

Status

Open

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions