Skip to content

Commit

Permalink
fix: re-enable DNSCluster
Browse files Browse the repository at this point in the history
Reverts: #2854
  • Loading branch information
firestack committed Oct 15, 2024
1 parent a341d6b commit 44d479e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,5 @@ if config_env() == :prod do
config :skate, Skate.Detours.TripModificationPublisher, start: true
end

# There are currently issues with Distributed Elixir and our Data Pipelines.
# So we need to disable clustering in prod until we figure this out
# config :skate, DNSCluster, query: System.get_env("DNS_CLUSTER_QUERY") || :ignore
config :skate, DNSCluster, query: System.get_env("DNS_CLUSTER_QUERY") || :ignore
end

0 comments on commit 44d479e

Please sign in to comment.