From 20ab01ff64e973d20c65adc47bb51c4a31db5cc4 Mon Sep 17 00:00:00 2001 From: Walton Hoops Date: Wed, 2 Oct 2024 12:20:44 -0600 Subject: [PATCH] test: logging and queue config --- config/runtime.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 5858f739..7a85c9e0 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -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")