execserver on another linux
How to spread one fylr over two linux servers
Goal
On the system with the execserver
fylr+:
logger+:
timeFormat: "2006-01-02 15:04:05Z07"
db:
plugin:
elastic:
execserver: # no need to configure the client here, as this flyr is the execserver
services+:
execserver+: # this is the execserver
# all: delete failed jobs, for preserving disk space. done: keep failed jobs, for debugging
jobRemovalPolicy: done
addr: :8083
api:
backend:
webapp:
On the system without the execserver
Last updated