From c8e07fdc6f801e295bd2a888bc8200c680dee32e Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 22 Jun 2022 20:16:53 -0500 Subject: [PATCH] Handbook: Move meta tags to bottom for consistency (#6315) --- handbook/engineering.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/handbook/engineering.md b/handbook/engineering.md index 72ff7638d3..aeae29b295 100644 --- a/handbook/engineering.md +++ b/handbook/engineering.md @@ -294,9 +294,6 @@ Another place to cache things would be Redis. The improvement here is that all i Redis has solved many scaling problems in general, but it’s not devoid of scaling problems of its own. In particular, we learned that the SCAN command scans the whole key space before it does the filtering. This can be very slow, depending on the state of the system. If Redis is slow, a lot suffers from it. - - - ## Rituals The following rituals are engaged in by the directly responsible individual (DRI) and at the frequency specified for the ritual. @@ -319,3 +316,7 @@ The following [Slack channels are maintained](https://fleetdm.com/handbook/compa | `#g-interface` | Luke Heath | `#g-agent` | Zach Wasserman | `#_pov-environments` | Ben Edwards + + + +