balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Deleting customers can take a long time #559

Open mjallday opened 10 years ago

mjallday commented 10 years ago

Originally reported on the ruby client library.

https://github.com/balanced/balanced-ruby/issues/168

Internal metrics show this is a slow operation.

dmastylo commented 10 years ago

So this is not an isolated issue then? I recall card deleting taking some time as well.

mjallday commented 10 years ago

We haven't been able to reproduce it. DB traces do not show any missing indices but it's certainly slow occasionally. I suspect we need to turn this into an offline operation.

Deleting a card is just flipping a bit so that should always be quick. If you have request IDs for any of these specifically that helps us investigate.