Latest #poolboy Threads 
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
Hello Elixir Community,
I am working on an Elixir application where I need to introduce a process pooling mechanism (thinking of using :...
New
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
defmodule Supervisor.Main do
use Supervisor
def start_link(_args) do
Supervisor.start_link(__MODULE__, name: __MODULE__)
end
...
New
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
(Mix) Could not start application poolboy_py_elixir: PoolboyPyElixir.Application.start(:normal, []) returned an error: shutdown: failed t...
New
I am trying to start multiple poolboy workers in my application like this:
def start(_type, _args) do
children = [
# Start th...
New
defmodule The_App.Application do
require Logger
use Application
def start(_type, _args) do
:logger.add_handlers(:The_App)
...
New
Hello everyone, due to the lack of Elixir documentation about poolboy, I was wondering if the configuration allowed multiple worker modul...
New
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
This Month's Trending
This Year's Trending
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
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
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
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
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
Hi everyone,
I will like your help with the following error message:
exited in: :gen_server.call(#PID<0.341.0>, {:checkout, #Refe...
New
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
I’m fairly new to elixir. Here’s the code:
defmodule MovAvi.Pool.Executor do
defmodule Worker do
use GenServer
def start_link...
New
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
defmodule The_App.Application do
require Logger
use Application
def start(_type, _args) do
:logger.add_handlers(:The_App)
...
New
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
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
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
(Mix) Could not start application poolboy_py_elixir: PoolboyPyElixir.Application.start(:normal, []) returned an error: shutdown: failed t...
New
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
Hello there! I come here with some question about connection pool.
Today our Phoenix WebAPI connection pool get over 400 connections (mo...
New
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
I am trying to start multiple poolboy workers in my application like this:
def start(_type, _args) do
children = [
# Start th...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







