Skip to content

Commit

Permalink
start oban in application
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jun 21, 2024
1 parent e0b2556 commit 98f74f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/polar/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ defmodule Polar.Application do
children = [
PolarWeb.Telemetry,
Polar.Repo,
{Oban, Application.fetch_env!(:polar, Oban)},
{DNSCluster, query: Application.get_env(:polar, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: Polar.PubSub},
# Start the Finch HTTP client for sending emails
Expand Down

0 comments on commit 98f74f2

Please sign in to comment.