Long running tasks and external processes: in Elixir or Rust?
|
|
14
|
319
|
May 7, 2023
|
What's the pitfall of calling Task.Supervisor.start_link by hand?
|
|
8
|
469
|
January 10, 2023
|
How to start dynamic supervisor workers on application startup?
|
|
4
|
6495
|
October 29, 2022
|
Long, synchronous running code in application initialization
|
|
2
|
572
|
January 27, 2022
|
Best way to reference multiple interdependent processes
|
|
2
|
458
|
December 2, 2021
|
Preventing cascading failure of library application taking whole node down
|
|
13
|
702
|
November 25, 2021
|
Problem testing Bakeware CLI tool with supervisors and genservers
|
|
0
|
347
|
October 12, 2021
|
Understanding DynamicSupervisor & no initial children
|
|
6
|
2481
|
August 18, 2021
|
Extending supervisor functionality: updating child restart parameters and publishing events
|
|
0
|
527
|
July 24, 2021
|
OTP Semantics / GenServer starting Genserver, how to organise in Supervisor?
|
|
5
|
1219
|
April 27, 2021
|
How to update from deprecated Supervisor.spec to new Supervisor.behaviour?
|
|
3
|
857
|
January 11, 2021
|
Supervision tree conflict in an umbrella app
|
|
16
|
943
|
January 7, 2021
|
Supervision problem?
|
|
1
|
592
|
November 16, 2020
|
Spawning temporary supervisors
|
|
3
|
519
|
October 9, 2020
|
How to draw supervision trees?
|
|
7
|
5187
|
February 6, 2020
|
When to use —sup for an application
|
|
6
|
790
|
November 16, 2019
|
ElixirConf 2019: Lighting Talk - You need a Supervisor - John Palgut
|
|
0
|
480
|
September 7, 2019
|
Put simple module in supervision tree?
|
|
10
|
980
|
July 11, 2019
|
Should I concern crash of Registry?
|
|
7
|
1001
|
July 3, 2019
|
Dynamic Supervision Trees
|
|
4
|
909
|
July 3, 2019
|
Configuration Managers VS Circuit breakers
|
|
8
|
1060
|
June 3, 2019
|
Supervision strategy for a stateful web client?
|
|
19
|
1885
|
May 8, 2019
|
Issue creating a `child_spec` map when adding to a `DynamicSupervisor` (or any supervisor)
|
|
3
|
887
|
May 8, 2019
|
Manage sshd supervisors
|
|
1
|
888
|
March 12, 2019
|
Unusual OTP behaviour- killing any but one of the processes results in restart
|
|
3
|
701
|
November 3, 2018
|
Confused with designing interactive server workers
|
|
2
|
616
|
August 31, 2018
|
Process communication in a dynamic supervision setup
|
|
23
|
2907
|
July 27, 2018
|
(Dynamic) Supervisor getting restarted by own parent only after getting killed for second time
|
|
5
|
2051
|
July 21, 2018
|
Learning about processes & supervision with DynamicSupervisor and Registry
|
|
0
|
647
|
July 10, 2018
|
DynamicSupervisor not restarting child: why?
|
|
3
|
2485
|
May 18, 2018
|