saint ciboire

This commit is contained in:
Marc-Éric Martel 2023-10-26 13:27:22 -04:00
parent 249e159ea1
commit 8403312b6c

View File

@ -24,16 +24,10 @@ defmodule GlobalBackgroundJob.Application do
defp topologies do defp topologies do
[ [
background_job: [ background_job: [
strategy: Cluster.Strategy.Gossip, strategy: Cluster.Strategy.Epmd,
config: [ config: [
# port: 45892, timeout: 30_000,
if_addr: "0.0.0.0", hosts: [:"n1@192.168.1.1", :"n2@192.168.1.2"]
# multicast_if: "10.13.4.143", #addr locale
# multicast_addr: "255.255.255.255",
# multicast_ttl: 1,
secret: "secret"
# broadcast_only: true
]
] ]
] ]