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 defp topologies do
[ [
background_job: [ background_job: [
strategy: Cluster.Strategy.Epmd, strategy: Cluster.Strategy.Gossip,
config: [ config: [
timeout: 30_000, if_addr: "0.0.0.0",
hosts: [:"n1@192.168.1.1", :"n2@192.168.1.2"] secret: "secret"
]
] ]
] ] ]
end end
end end