Latest #poolboy Threads Top

eileennoonan
I’m making HTTP requests from inside a Poolboy pool. I’m having a hell of a time trying to use Req.Test stubs in ExUnit in an e2e workfl...
New
dubeypranav4
Hello Elixir Community, I am working on an Elixir application where I need to introduce a process pooling mechanism (thinking of using :...
New
alexcastano
I’ve been working on a pool of remote sessions, where each session is created and closed with HTTP requests. Sessions are limited in numb...
New
Maxximiliann
defmodule Supervisor.Main do use Supervisor def start_link(_args) do Supervisor.start_link(__MODULE__, name: __MODULE__) end ...
New
mudssrali
We’re migrated our elixir app to latest version along with dependencies. While upgrading postgrex from 0.13 to 0.16 we’re facing issue to...
New
TwistingTwists
(Mix) Could not start application poolboy_py_elixir: PoolboyPyElixir.Application.start(:normal, []) returned an error: shutdown: failed t...
New
karang
I am trying to start multiple poolboy workers in my application like this: def start(_type, _args) do children = [ # Start th...
New
Maxximiliann
defmodule The_App.Application do require Logger use Application def start(_type, _args) do :logger.add_handlers(:The_App) ...
New
tovarchristian21
Hello everyone, due to the lack of Elixir documentation about poolboy, I was wondering if the configuration allowed multiple worker modul...
New
mongo
Using Kafka_ex, I see reference in their docs on how to setup connection pooling with poolboy, but the example is super sparse and assume...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

eileennoonan
I’m making HTTP requests from inside a Poolboy pool. I’m having a hell of a time trying to use Req.Test stubs in ExUnit in an e2e workfl...
New

Last Three Year's Trending Top

alexcastano
I’ve been working on a pool of remote sessions, where each session is created and closed with HTTP requests. Sessions are limited in numb...
New
dubeypranav4
Hello Elixir Community, I am working on an Elixir application where I need to introduce a process pooling mechanism (thinking of using :...
New

Trending Over Three Years Top

manukall
Since a few days ago I keep getting the following error on my dev machine when making requests to a phoenix app: exited in: :gen_server....
New
silviurosu
I have an endpoint in my app to download reports for orders. A report can have thousand of orders so I would not want to let the number o...
New
joaquinalcerro
Hi everyone, I will like your help with the following error message: exited in: :gen_server.call(#PID<0.341.0>, {:checkout, #Refe...
New
bobics
I’m seeing an issue where all the poolboy database workers in our pool are being used after some request load (not a lot) on our server. ...
New
gouthamvel
I’m fairly new to elixir. Here’s the code: defmodule MovAvi.Pool.Executor do defmodule Worker do use GenServer def start_link...
New
kirqe
I’m probably getting it wrong but what’s the point of using Poolboy(elixirschool example) if there’s a DynamicSupervisor with max_childre...
New
Maxximiliann
defmodule The_App.Application do require Logger use Application def start(_type, _args) do :logger.add_handlers(:The_App) ...
New
blatyo
I’ve done some digging in the poolboy source and it appears the child_spec function forces the type to worker. Two questions: Is there...
New
mudssrali
We’re migrated our elixir app to latest version along with dependencies. While upgrading postgrex from 0.13 to 0.16 we’re facing issue to...
New
tfischbach
I am using Tsung to load test a Phoenix channel that performs quite a bit of db queries when handling messages. When I increase the numbe...
New
TwistingTwists
(Mix) Could not start application poolboy_py_elixir: PoolboyPyElixir.Application.start(:normal, []) returned an error: shutdown: failed t...
New
arjun289
I have an IOT application which has lots of IoT nodes sending data to a phoenix server. There is a notification tool, where a client is a...
New
codeRaider
Hello there! I come here with some question about connection pool. Today our Phoenix WebAPI connection pool get over 400 connections (mo...
New
mongo
Using Kafka_ex, I see reference in their docs on how to setup connection pooling with poolboy, but the example is super sparse and assume...
New
karang
I am trying to start multiple poolboy workers in my application like this: def start(_type, _args) do children = [ # Start th...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement