vdev mix knot.assert_coms

A task used to verify the runtime connectivity and abilities to open ports.

Use it like this:

mix knot.assert_coms

You should then see messages every 5 seconds or so. If you don’t, it means that the nodes cannot connect to one another.

To terminate the task, please issue :init.stop()

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function run(args)
run([String.t]) :: :ok | :error

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.