Handbook: Move meta tags to bottom for consistency (#6315)

This commit is contained in:
Mike McNeil 2022-06-22 20:16:53 -05:00 committed by GitHub
parent d0bac11954
commit c8e07fdc6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 its 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.
<meta name="maintainedBy" value="zwass">
<meta name="title" value="🚀 Engineering">
## 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
<meta name="maintainedBy" value="zwass">
<meta name="title" value="🚀 Engineering">