Page MenuHomeDevCentral

Deploy memcached container for Sentry
ClosedPublic

Authored by dereckson on Mar 8 2023, 00:31.
Tags
None
Referenced Files
F10877465: D2859.id7289.diff
Sun, Aug 3, 02:35
F10874249: D2859.id7287.diff
Sat, Aug 2, 19:47
F10873095: D2859.diff
Sat, Aug 2, 17:16
F10871414: D2859.id7290.diff
Sat, Aug 2, 10:30
Unknown Object (File)
Fri, Aug 1, 11:23
Unknown Object (File)
Thu, Jul 31, 15:00
Unknown Object (File)
Tue, Jul 29, 21:55
Unknown Object (File)
Tue, Jul 22, 08:12
Subscribers
None

Details

Summary

Ref T1791

Test Plan

Deploy on docker-002

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
sentry
Build Status
Buildable 4515
Build 4782: arc lint + arc unit

Event Timeline

dereckson created this revision.

Switch to Alpine, so we've busybox nc for the healthcheck

docker inspect <container> allows to check the health check log, and the interval, 30000000000 matches correctly 30s

It's even possible to grab for another monitoring system the information doing docker inspect --format "{{json .State.Health }}" sentry_memcached

This revision is now accepted and ready to land.Mar 8 2023, 00:53
This revision was automatically updated to reflect the committed changes.