Latest #dynamicsupervisor Threads Top

beepboop
DynamicSupervisor traps exit signals and handles ones coming from its children: https://github.com/elixir-lang/elixir/blob/427d21e410d18...
New
James_E
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
AwesomeHunter
I have a DynamicSupervisor that spawns multiple workers and provides them with a configuration. I want to be able to update this configur...
New
meraj_enigma
Hello, I have a supervision tree, where Application starts -> DynamicSupervisor -> Supervisor -> GenServer (worker). Once the ...
New
mudasobwa
Peeper is a library, that allows to preserve state between process crashes (including ETS and process dictionary,) as well as moving proc...
New
mudasobwa
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
riccardomanfrin
Hi buddies, in my project I was using Supervisor to start and terminate+delete children dynamically. Elixir complained I should be using...
New
A-Grunder
Hello, I am writing a cellualr automata system in elixir. I think that the problem comes from the cell supervisor (DynamicSupervisor) no...
New
quiq
I have a dynamic supervisor that starts a gen server that should terminate itself after a specified time. However, the supervisor seems t...
New
shahryarjb
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 Top

This Month's Trending Top

This Year's Trending Top

James_E
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
mudasobwa
Peeper is a library, that allows to preserve state between process crashes (including ETS and process dictionary,) as well as moving proc...
New
beepboop
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 Top

christhekeele
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
l3nz
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
manhvu
My case: Application starts a DynamicSupervisor and a GenServer for adding children to DynamicSupervisor. GenServer make children when ...
New
shahryarjb
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
TwistingTwists
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
quiq
I have a dynamic supervisor that starts a gen server that should terminate itself after a specified time. However, the supervisor seems t...
New
A-Grunder
Hello, I am writing a cellualr automata system in elixir. I think that the problem comes from the cell supervisor (DynamicSupervisor) no...
New
riccardomanfrin
Hi buddies, in my project I was using Supervisor to start and terminate+delete children dynamically. Elixir complained I should be using...
New
meraj_enigma
Hello, I have a supervision tree, where Application starts -> DynamicSupervisor -> Supervisor -> GenServer (worker). Once the ...
New
mudasobwa
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
AwesomeHunter
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 Top

Fl4m3Ph03n1x
Background I am reading the “Functional Web Development with Elixir, OTP and Phoenix” book, and I finished a Supervisor that supervises G...
New
tao
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
thiagomajesk
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
Ciboulette
Hello, Are there any good concrete example of Elixir OTP applications that show complex supervision trees, registry, restart strategy et...
New
dalhorinek
Hello. I have a GenServer running as a child under DynamicSupervisor. The GenServer does something and using info status message I check...
New
OrontaMedu
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
prateek1192
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
david_ex
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
kirqe
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
kgrvamsi
Hello Everyone I’m working on a project which needs to use dynamic supervisor to support creating genserver based workers . The code to...
New
sezaru
Hello! In my application, I have two apps called market_manager and candle_manager. In app candle_manager, I have this tree structure: ...
New
Phillipp
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
chattes
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
Mukulch15
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
david_ex
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement