Page MenuHomeDevCentral

Deploy memcached container for Sentry
ClosedPublic

Authored by dereckson on Mar 8 2023, 00:31.
Tags
None
Referenced Files
F3629595: D2859.id.diff
Sun, Oct 6, 02:35
F3629095: D2859.id.diff
Sat, Oct 5, 22:12
F3629058: D2859.diff
Sat, Oct 5, 21:56
Unknown Object (File)
Thu, Oct 3, 15:02
Unknown Object (File)
Wed, Oct 2, 17:24
Unknown Object (File)
Mon, Sep 30, 18:07
Unknown Object (File)
Mon, Sep 30, 14:20
Unknown Object (File)
Mon, Sep 30, 12:21
Subscribers
None

Details

Summary

Ref T1791

Test Plan

Deploy on docker-002

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.