You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain bmon-server infrastructure often doesn't need to be restarted during deploys (e.g. db, redis). Specifically in the case of redis, we don't want to routinely restart the container because of the ephemeral nature of redis' storage.
Split out deployment for app containers (e.g. server-task-worker) from the more infra-based containers. This probably amounts to having separate systemd unit files for each "type" of process, perhaps:
Infra containers
db
redis
Grafan containers
grafana
prom
alertman
loki
bmon containers
web
server-task-worker
The text was updated successfully, but these errors were encountered:
Certain bmon-server infrastructure often doesn't need to be restarted during deploys (e.g.
db
,redis
). Specifically in the case of redis, we don't want to routinely restart the container because of the ephemeral nature of redis' storage.Split out deployment for app containers (e.g.
server-task-worker
) from the more infra-based containers. This probably amounts to having separate systemd unit files for each "type" of process, perhaps:The text was updated successfully, but these errors were encountered: