Page MenuHomeDevCentral

Deploy memcached container for Sentry
ClosedPublic

Authored by dereckson on Mar 8 2023, 00:31.
Tags
None
Referenced Files
F10324047: D2859.diff
Sat, Jun 28, 14:34
Unknown Object (File)
Thu, Jun 26, 13:17
Unknown Object (File)
Thu, Jun 26, 03:41
Unknown Object (File)
Sun, Jun 22, 04:02
Unknown Object (File)
Fri, Jun 20, 13:45
Unknown Object (File)
Mon, Jun 16, 23:15
Unknown Object (File)
Wed, Jun 11, 17:01
Unknown Object (File)
Wed, Jun 11, 09:02
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.