mozilla / fxa-auth-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
399 stars 121 forks source link

chore(api): make redis.watch.conflict a 409 instead of 500 error #2967

Closed philbooth closed 5 years ago

philbooth commented 5 years ago

Fixes #2966.

The 500 errors for redis.watch.conflict are relatively infrequent but they're unactionable and get in the way of genuine Sentry errors. In hindsight, I should have made them a 409 from the start.

@mozilla/fxa-devs r?