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
* Refactor listen deletion status column
Change boolean deleted column of listen_delete_metadata to status column
which is an enum supporting pending, invalid and complete state. This helps
mark duplicate listen delete requests and non existent listen delete requests
as invalid and their subsequent cleanup after dumps finish. It's difficult
to distinguish between a new listen deletion request and an invalid listen
deletion request in the absence of an invalid.
0 commit comments