You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Chore] Automatically cleanup old resources each night (#400)
## Problem
Sometimes when test cleanup steps fail, indexes and collections get left
behind.
## Solution
Create a nightly job to cleanup leftover indexes. Inspect the names of
each index and collection to see whether they are more than 24 hours old
prior to deleting. This should prevent deleting resources out from
underneath any tests that may be running at the same time as the delete
job.
## Type of Change
- [x] Infrastructure change (CI configs, etc)
0 commit comments