Skitter v0.1.1 mix skitter.worker
Start a Skitter worker node for the current project.
This task accepts a single argument, which is the name of the master node. After starting the application, the skitter will automatically attempt to connect to this master node. If the master node does not exist or is not alive, the worker will still start without error. This mechanism is intended to be used to reconnect to a master node after failure. Note that the master will not use this node as a skitter worker if automatic_connect is set to false.
If you wish to pass any arguments to the underlying elixir runtime, this task
can be started as follows: elixir --arg1 --arg2 -S mix skitter.worker