Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't UPSERT resources to be deleted in the next 30 seconds
Don't process UPSERTs if the resource is about to be deleted in the next 30 seconds to prevent races between simultaneous UPSERT and DELETE statements for the same resource, where an UPSERT statement can occur after a DELETE statement has already been executed.
- Loading branch information