feat(cv)!: queue durable processing
CV upload now returns 202 with an owner-scoped operation instead of holding the request through parsing. Existing review approval remains required. BREAKING CHANGE: profile-cv upload responses use the durable operation contract.
This commit is contained in:
@@ -17,4 +17,12 @@ public sealed record CvExtractionRunListItem(
|
||||
string ParserVersion,
|
||||
string NormalizerVersion,
|
||||
string LlmPromptVersion,
|
||||
string? ErrorMessage);
|
||||
string? ErrorMessage,
|
||||
OperationDto? Operation);
|
||||
public sealed record CvProcessingOperationResponse(
|
||||
bool Queued,
|
||||
int ExtractionRunId,
|
||||
string Status,
|
||||
OperationDto? Operation,
|
||||
string? StatusUrl,
|
||||
bool Created);
|
||||
|
||||
Reference in New Issue
Block a user