Latest #dynamicsupervisor Threads 
DynamicSupervisor traps exit signals and handles ones coming from its children:
https://github.com/elixir-lang/elixir/blob/427d21e410d18...
New
I have an app that has many users connecting to it.
When each user tries to connect to a room, they should be connected to a “MyApp.Room...
New
I have a DynamicSupervisor that spawns multiple workers and provides them with a configuration. I want to be able to update this configur...
New
Hello,
I have a supervision tree, where Application starts -> DynamicSupervisor -> Supervisor -> GenServer (worker).
Once the ...
New
Peeper is a library, that allows to preserve state between process crashes (including ETS and process dictionary,) as well as moving proc...
New
Since OTP 25.1 we have a process groups monitoring so I finally made an implementation of distributed Registry leveraging :pg and an [alm...
New
Hi buddies,
in my project I was using Supervisor to start and terminate+delete children dynamically. Elixir complained I should be using...
New
Hello,
I am writing a cellualr automata system in elixir. I think that the problem comes from the cell supervisor (DynamicSupervisor) no...
New
I have a dynamic supervisor that starts a gen server that should terminate itself after a specified time. However, the supervisor seems t...
New
Hello friends, I think I am creating a bad config for my project.
I have a genserver is started under DynamicSupervisor and I start it w...
New
This Week's Trending
This Month's Trending
This Year's Trending
I have an app that has many users connecting to it.
When each user tries to connect to a room, they should be connected to a “MyApp.Room...
New
Peeper is a library, that allows to preserve state between process crashes (including ETS and process dictionary,) as well as moving proc...
New
DynamicSupervisor traps exit signals and handles ones coming from its children:
https://github.com/elixir-lang/elixir/blob/427d21e410d18...
New
Last Three Year's Trending
I ran into a situation recently where it would be very useful to start up a DynamicSupervisor in an application’s sup tree, always with a...
New
I am trying to run a list of tasks under a Dynamic Supervisor. Imagine that it is a URL downloader. I need to know if they are still runn...
New
My case:
Application starts a DynamicSupervisor and a GenServer for adding children to DynamicSupervisor.
GenServer make children when ...
New
Hello friends, I think I am creating a bad config for my project.
I have a genserver is started under DynamicSupervisor and I start it w...
New
Taking code from livebook here: It tries to do a Registry.lookup for see if the task has been registered in the registry.
https://githu...
New
I have a dynamic supervisor that starts a gen server that should terminate itself after a specified time. However, the supervisor seems t...
New
Hello,
I am writing a cellualr automata system in elixir. I think that the problem comes from the cell supervisor (DynamicSupervisor) no...
New
Hi buddies,
in my project I was using Supervisor to start and terminate+delete children dynamically. Elixir complained I should be using...
New
Hello,
I have a supervision tree, where Application starts -> DynamicSupervisor -> Supervisor -> GenServer (worker).
Once the ...
New
Since OTP 25.1 we have a process groups monitoring so I finally made an implementation of distributed Registry leveraging :pg and an [alm...
New
I have a DynamicSupervisor that spawns multiple workers and provides them with a configuration. I want to be able to update this configur...
New
Trending Over Three Years
Background
I am reading the “Functional Web Development with Elixir, OTP and Phoenix” book, and I finished a Supervisor that supervises G...
New
Hi!
I’m writing an Elixir application with a DynamicSupervisor. Once the application has started, I’d like to add some children to this ...
New
Hi! I’ve been diving deeper into Elixir recently and reading through some of the guides and docs about Processes and Supervisors. After r...
New
Hello,
Are there any good concrete example of Elixir OTP applications that show complex supervision trees, registry, restart strategy et...
New
Hello.
I have a GenServer running as a child under DynamicSupervisor. The GenServer does something and using info status message I check...
New
I want to let the user run customly, statically predefined set of tasks from a web page, as well as view their states, results, possibly ...
New
I am trying to create a dynamic supervisor to start child processes. There are three modules I am using to do this, one is the main modul...
New
Hi,
I’m writing my own toy implementation of a worker pool manager for learning purposes.
I do have one remaining issue (or at least on...
New
Having a list of strings where every string represents an argument for a child, how can I start them all after DynamicSupervisor.init? Or...
New
Hello Everyone
I’m working on a project which needs to use dynamic supervisor to support creating genserver based workers .
The code to...
New
Hello!
In my application, I have two apps called market_manager and candle_manager.
In app candle_manager, I have this tree structure: ...
New
Hey,
let’s say I have a DynamicSupervisor and I want to start children on it. The children itself consist of a Supervisor with a few chi...
New
Hello Experts,
I am just starting to play with Supervisors and I have created the Project using mix new podder --sup
I get the Followi...
New
I was going through the docs of both supervisor and dynamic supervisor and saw that supervisor also has the function start_child that wil...
New
For context, I’m implementing a basic poolboy clone using Elixir 1.6’s DynamicSupervisor and Registry. (I’ve written about my trials and ...
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
- #elixirconf
- #exunit
- #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
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








