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
When stacks are destroyed, you can't always delete everything right away. So, when the delete fails, we want to go ahead and delete the sites (assuming #92 is done first) entry because the site is no longer valid. We transfer the site data to a toCleanup array
We would then implement a 'cleanup' command that will iterate through toCleanup sites (or, delete the specified site) and try to delete them. If unsuccessful, add/update a lastCleanupAttempt for the item entry.
Deliverables
Implement cleanup (all)
Implement cleanup XXX
Implement cleanup --list which will list the sites, if any
make on entry in reminders and remove entry once site is deleted
The text was updated successfully, but these errors were encountered:
Overview
When stacks are destroyed, you can't always delete everything right away. So, when the delete fails, we want to go ahead and delete the
sites
(assuming #92 is done first) entry because the site is no longer valid. We transfer the site data to atoCleanup
arrayWe would then implement a 'cleanup' command that will iterate through
toCleanup
sites (or, delete the specified site) and try to delete them. If unsuccessful, add/update alastCleanupAttempt
for the item entry.Deliverables
cleanup
(all)cleanup XXX
cleanup --list
which will list the sites, if anyreminders
and remove entry once site is deletedThe text was updated successfully, but these errors were encountered: