mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Handbook: Move meta tags to bottom for consistency (#6315)
This commit is contained in:
parent
d0bac11954
commit
c8e07fdc6f
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue