Getting GenServer timeouts due to presumably non-idiomatic Elixir code
|
|
1
|
165
|
January 31, 2023
|
Start an Agent with the module name instead of anonymous function
|
|
3
|
168
|
January 15, 2023
|
Can't figure out how to assert error in linked process with ExUnit
|
|
8
|
3937
|
November 11, 2022
|
Are agents supervised?
|
|
2
|
199
|
October 11, 2022
|
Agent.get_and_update/2 docs example doesn't return what I expect
|
|
5
|
327
|
March 20, 2022
|
Application isn't started
|
|
11
|
721
|
January 21, 2022
|
Update state of an Agent at a specific time using Process.send_after/4
|
|
3
|
471
|
December 13, 2021
|
How to find and kill an application-supervised, static (unnamed) Task in ExUnit (but only for some tests)?
|
|
16
|
942
|
June 10, 2021
|
Send_later to Agent
|
|
15
|
1134
|
April 18, 2021
|
"sample" an agent every second?
|
|
12
|
938
|
February 7, 2021
|
Implementing a test data sequencer using Agent
|
|
2
|
329
|
September 21, 2020
|
Eventually persisting in-memory state?
|
|
5
|
1073
|
June 3, 2020
|
Proper syntax to supervise two Agent instances?
|
|
6
|
681
|
June 3, 2020
|
Understanding CPU under-utilisation with observer
|
|
2
|
592
|
May 5, 2020
|
Periodically clearing out values store in a process? (i.e. enforcing TTL, e.g. in an Agent)
|
|
8
|
1459
|
March 26, 2020
|
Is using Agent to load data in memory in application start up correct approach
|
|
4
|
725
|
March 17, 2020
|
Designing an Agent with side-effects on start_link
|
|
12
|
1339
|
September 30, 2019
|
Using Agents or redis to store user sessions
|
|
7
|
1544
|
July 18, 2019
|
Agent "Let it crash"
|
|
2
|
734
|
April 23, 2019
|
Elixir Agent Process spawning other processes
|
|
3
|
656
|
April 20, 2019
|
Why does starting an Agent require a function?
|
|
7
|
1058
|
April 11, 2019
|
Elixir Multiple Processes
|
|
4
|
1781
|
March 26, 2019
|
Elixir: Agent Basics - [016][Free]
|
|
4
|
694
|
March 9, 2019
|
Agents in elixir
|
|
4
|
1187
|
December 6, 2018
|
GenServer/Agent/Concurrency Questions
|
|
8
|
2093
|
November 22, 2018
|
Discussion about uses for Agent Processes
|
|
76
|
8460
|
October 24, 2018
|
Agent vs Registry
|
|
13
|
3143
|
May 16, 2018
|
How to programatically name agents?
|
|
2
|
1495
|
February 9, 2018
|
Intro to Agents
|
|
0
|
898
|
January 9, 2018
|
Handling a client's API state
|
|
3
|
799
|
December 18, 2017
|