Skip to content

Consultation on issues with version 0.5.0 #81

Description

@meguoe

This is the content of my configuration file.

system {
    threads-per-service 24
    daemonize true
    pid-file "/tmp/river.pid"
    upgrade-socket "/tmp/river.sock"
}
services {
    Server {
        listeners {
            "0.0.0.0:80"
        }
        connectors {
            "192.168.110.110:7003"
        }
    }
}

1、Is it normal that repeating the startup command three times creates three processes without any conflicts?
river --config-kdl config.kdl --pidfile="/tmp/river.pid" --upgrade-socket="/tmp/river.sock" --threads-per-service=24 --daemonize
image

2、Not creating the upgrade-socket file.
image

3、An error is prompted when specifying --upgrade for hot loading.
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions