Hexlet / hexlet-friends

Рейтинг котрибьютеров, количество ПРов, ищщусов.
https://friends.hexlet.io/
GNU Affero General Public License v3.0
68 stars 103 forks source link

Unload production db for debugging #453

Closed fey closed 1 week ago

fey commented 3 months ago

Problem description

We have a floating error where the service doesn't load or loads intermittently. On top of that, Sentry is dropping errors that report that Github is not responding or something is not loading at all. This is hard to reproduce locally

Proposed solution

unload data from the database, check that there are no sensitive data (e.g. e-mail passwords), and upload the unloaded data that can be used in the local database.

fey commented 3 months ago

special task for @sgmdlt -)