saint ciboire de calisse de criss

This commit is contained in:
Marc-Éric Martel 2023-10-26 13:43:51 -04:00
parent 1ed9656993
commit cf3e2daecd

View File

@ -24,13 +24,13 @@ defmodule GlobalBackgroundJob.Application do
defp topologies do
[
background_job: [
strategy: Cluster.Strategy.Epmd,
strategy: Cluster.Strategy.Gossip,
config: [
timeout: 30_000,
hosts: [:"n1@192.168.1.1", :"n2@192.168.1.2"]
]
] ]
if_addr: "0.0.0.0",
secret: "secret"
]
]
]
end
end