AzureCosmosDB / PartitionKeyDeleteFeedbackGroup

Private repo for the preview of the delete by partition key value feature in Cosmos DB.
3 stars 0 forks source link

[Question] Partition Key Delete Background operation status information #9

Open KristianJakubik opened 3 years ago

KristianJakubik commented 3 years ago

Hi, as many others mentioned, this feature is awesome and really can help us with the problem of cleaning up the data after the subscription is being canceled, which is particularly the case with which we've been struggling. So, thank you for adding this feature :).

I would like to ask a question regarding getting the information about the progress of the background task. As far as I understand, the background task is running directly in the Cosmos database (not the background task of Cosmos SDK). Is there a way how to get information about the status of cosmos background tasks like Starting, Processing (consumed RUs per second), Failed, Done?

deborahc commented 3 years ago

Hi @KristianJakubik - we've started a discussion on this topic here: https://github.com/orgs/AzureCosmosDB/teams/pkdeletepreviewparticipants/discussions/1. Feel free to provide your input/feedback on it. Thanks!