PORT=8081
# Limit of request to process
WORKERS_LIMIT=1
# Limit of attempts to establish communication with the coordinator
BACKOFF=1
# Grand limit of attemps to establish communication with the coordinator
BACKOFF_LIMIT=1
# logs route
LOGROUTE=
# max number of log files
MAXFILES=1
# retry after value when maximum of concurrent tasks reached
RETRY_AFTER=600
