Skip to content

Commit

Permalink
test: logging and queue config
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Oct 2, 2024
1 parent 276f379 commit 20ab01f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ if config_env() == :prod do
port: port,
pool_size: pool_size,
# password set by `configure` callback below
configure: {Arrow.Repo, :before_connect, []}
configure: {Arrow.Repo, :before_connect, []},
log: :info,
queue_target: 30_000,
queue_interval: 120_000

config :arrow,
shape_storage_prefix_env: System.get_env("S3_PREFIX")
Expand Down

0 comments on commit 20ab01f

Please sign in to comment.