Page MenuHomeDevCentral

Deploy memcached container for Sentry
ClosedPublic

Authored by dereckson on Mar 8 2023, 00:31.
Tags
None
Referenced Files
F3753177: D2859.id7290.diff
Sun, Nov 17, 23:38
F3753176: D2859.id7289.diff
Sun, Nov 17, 23:38
F3753173: D2859.id7287.diff
Sun, Nov 17, 23:38
F3753099: D2859.id.diff
Sun, Nov 17, 23:11
F3753067: D2859.diff
Sun, Nov 17, 22:55
Unknown Object (File)
Thu, Nov 14, 17:25
Unknown Object (File)
Thu, Nov 14, 05:37
Unknown Object (File)
Sun, Nov 10, 03:05
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 4513
Build 4780: 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.