mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
894 stars 49 forks source link

bug: Add try/except handler for force #1535

Closed jrconlin closed 4 months ago

jrconlin commented 5 months ago

Description

This will wrap the force delete_service_data with a try/except handler so as not to prevent the tokenserver record from being removed if the delete_service_data fails.

Issue(s)

Closes SYNC-3426