···2222 QueueSize int `env:"QUEUE_SIZE, default=100"`
2323 MaxJobCount int `env:"MAX_JOB_COUNT, default=2"` // max number of pipelines that run at a time
2424 MaxConcurrentWorkflows int `env:"MAX_CONCURRENT_WORKFLOWS, default=8"` // max number of workflow containers running at once (memory cap)
2525- DockerSocket string `env:"DOCKER_SOCKET"` // path to a docker socket to expose to workflow containers
2525+ DockerSocket string `env:"DOCKER_SOCKET"` // path to a docker socket to expose to workflow containers
2626}
27272828type Tap struct {