getsentry / uptime-checker

Service responsible for powering Sentry's uptime detection features
Other
3 stars 1 forks source link

feat(check-config): Make the store RwLock-able #85

Closed evanpurkhiser closed 3 months ago

evanpurkhiser commented 3 months ago

Since we'll be writing from a consumer in a different thread from reading to it, we'll need some synchronization