-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Ability to delete/cancel faulted state jobs #28449
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botCosmosDBaz cosmosdbaz cosmosdbService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botCosmosDBaz cosmosdbaz cosmosdbService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Related command
az cosmosdb copy
Is your feature request related to a problem? Please describe.
Running az cosmosdb copy will result in faulted-state jobs when there are any issues. There is currently now way to rerun or fix/debug a faulted state job without having to create a new one. This is counter-intuitive to working with scripts in this context
Describe the solution you'd like
I would like to be able to rerun or delete jobs that have been in a faulted state
Describe alternatives you've considered
There are currently no alternatives
Additional context
any form of interaction with a faulted state job results in a bad request:
(BadRequest) Cannot cancel job in 'Faulted' state.
ActivityId: 72fa9be7-d284-11ee-a168-002248b3117c, Microsoft.Azure.Documents.Common/2.14.0
Code: BadRequest
Message: Cannot cancel job in 'Faulted' state.