I am not sure why its DATABASE_POOL_SIZE instead of DATABASE_POOLSIZE for postgres, but either way the kernel hiccups.
{"Kernel pid terminated",application_controller,"{application_start_failure,plausible,{{shutdown,{failed_to_start_child,'Elixir.DBConnection.ConnectionPool',{{badmatch,{error,{#{'exception' => true,'struct' => 'Elixir.ArgumentError',message => <<"ranges (first..last) expect both sides to be integers, got: 1..\"20\"">>},[{'Elixir.Range',new,2,[{file,"lib/range.ex"},{line,63}]},{'Elixir.DBConnection.ConnectionPool.Pool',init,1,[{file,"lib/db_connection/connection_pool/pool.ex"},{line,18}]},{supervisor,init,1,[{file,"supervisor.erl"},{line,295}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,374}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,342}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}]}}},[{'Elixir.DBConnection.ConnectionPool',init,1,[{file,"lib/db_connection/connection_pool.ex"},{line,22}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,374}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,342}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}]}}},{'Elixir.Plausible.Application',start,[normal,[]]}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,plausible,{{shutdown,{failed_to_start_child,'Elixir.DBConnection.ConnectionPool',{{badmatch,{error,{#{'exception' => true
Setting db poolsizes for postgres and clickhouse gives me a kernel dump;
I am not sure why its DATABASE_POOL_SIZE instead of DATABASE_POOLSIZE for postgres, but either way the kernel hiccups.
DATABASE_POOL_SIZE=20
CLICKHOUSE_DATABASE_POOLSIZE=20