Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Guards to Ensure That Only One Request Creates or Deletes an App
This commit ensures that subsequent DELETE requests of the same app name wait for the results of the first DELETE request. This makes the DELETE idempotent. Additionally, it ensures that POST and DELETE requests use the same guard based on the app name.
- Loading branch information