bitwalker / distillery-aws-example

An example application to go with the AWS guide in the Distillery documentation
Apache License 2.0
52 stars 73 forks source link

Update the package location URL #14

Closed philihp closed 4 years ago

philihp commented 4 years ago

TODO: After deploying with this, checking the logs with journalctl -u distillery-example.service on one of the machines, it's not starting up with this error

Start Call: ClusterEC2.Strategy.Tags.start_link([%Cluster.Strategy.State{config: [hosts: []], connect
06:58:40.235 [error] Child Cluster.Supervisor of Supervisor Example.Supervisor failed to start
** (exit) shutdown: failed to start child: :example
** (EXIT) an exception was raised:
** (KeyError) key :ec2_tagname not found in: [hosts: []]
(elixir) lib/keyword.ex:393: Keyword.fetch!/2
(libcluster_ec2) lib/strategy/tags.ex:128: ClusterEC2.Strategy.Tags.get_nodes/1
(libcluster_ec2) lib/strategy/tags.ex:86: ClusterEC2.Strategy.Tags.load/1
(libcluster_ec2) lib/strategy/tags.ex:55: ClusterEC2.Strategy.Tags.init/1
(stdlib) gen_server.erl:374: :gen_server.init_it/2
(stdlib) gen_server.erl:342: :gen_server.init_it/6
(stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3
bitwalker commented 4 years ago

This looks great! Thanks so much for taking the time to update things, I know it can be a pain!