Progressive Service Deployment
Stagger agent startups to avoid thundering-herd spikes after restarts.
When to Enable Progressive Service Deployment
Enabling Progressive Service Deployment
Enabling Progressive Service Deployment (Docker Compose)
services:
protocol-mapper-agent:
image: registry.cybus.io/cybus/protocol-mapper:${tag}
environment:
CYBUS_AGENT_MODE: distributed
CYBUS_AGENT_NAME: my-docker-compose-agent
CYBUS_HOSTNAME_INGRESS: localhost
CYBUS_ENABLE_WARMUP_PROGRESSIVE_SERVICE_DEPLOYMENT: true
CYBUS_WARMUP_DURATION_MINUTES: 5
CYBUS_WARMUP_MINIMUM_DELAY_MS: 2000
CYBUS_WARMUP_MAXIMUM_DELAY_MS: 10000
volumes:
- protocol-mapper-agent:/data
- ./cybus_combined_ca.crt:/connectware/certs/ca/ca-chain.pem
restart: unless-stopped
hostname: my-docker-compose-agent
network_mode: host
volumes:
protocol-mapper-agent:Configuration Parameters
Last updated
Was this helpful?

