-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(delete): implements multi-threaded delete operation
The delete operation has been sequential, till date. For large number of deployments, it takes quite a lot of time to perform a cleanup. The problem was performing the deletes in the right order and the TopologicalSorter does not provide a way to do that while maintaining concurrency. This commit implements the required logic to get the right delete order while processing them concurrently. Wrike Ticket: https://www.wrike.com/open.htm?id=1467788260
- Loading branch information
1 parent
b1a80ee
commit a50fec0
Showing
13 changed files
with
188 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.