Oliver Ferrigni
|
893f05f033
Implement take_member queueing
|
10 years ago |
Oliver Ferrigni
|
3fa1c3fb4d
Merge pull request #33 from seth/of/fix_pooler_starter_stop_return
|
10 years ago |
Oliver Ferrigni
|
e71ab8e055
Correct return of handle_cast stop
|
10 years ago |
Oliver Ferrigni
|
0ecc29bb8e
Merge pull request #31 from oferrigni/of/kill_stale_started_members
|
10 years ago |
Oliver Ferrigni
|
4c0a457336
pooler_starter should cleanup slow process starts
|
10 years ago |
Dave Parfitt
|
39d4bf04ea
update demo quick start
|
10 years ago |
Seth Falcon
|
a3615b7278
Enhance test coverage for stale member culling
|
10 years ago |
Seth Falcon
|
83e7ad3b3d
Fix bug when a member is returned more than once
|
10 years ago |
Seth Falcon
|
23271fe27a
Use concrete for standard Makefile goodness
|
10 years ago |
Ramon Lastres
|
06e37a61ba
Add the possibility of calling the Exometer API for the metrics instead of the Folsom one
|
11 years ago |
Seth Falcon
|
fee0aa40a0
Merge pull request #22 from jwilberding/master
|
11 years ago |
Jordan Wilberding
|
70b7a5c4a1
Update to modernize build a little bit
|
11 years ago |
Jordan Wilberding
|
fbb43fb033
Add older versions of erlang back in, we have to remove 17.0rc1 because it handles depcrecations different than 17.0, which makes life difficult
|
11 years ago |
Jordan Wilberding
|
e6cc050bf0
Better way of handling deprecations
|
11 years ago |
Seth Falcon
|
bcbe47e1a2
Set nowarn_deprecated_type erl_opt for R17 compat
|
11 years ago |
Seth Falcon
|
a245271648
Merge remote-tracking branch 'TanYewWei/issue-16'
|
11 years ago |
Yew-wei Tan
|
7a0199953b
fix bad spec for pooler:rm_group/1
|
11 years ago |
Yew-wei Tan
|
b41d58986e
rm_group/1 returns pool names of pools that failed to terminate
|
11 years ago |
Yew-wei Tan
|
52854a0fdf
fix bad test for pooler:rm_group/1
|
11 years ago |
Yew-wei Tan
|
982092acd2
added pooler:rm_group/1 test for empty group
|
11 years ago |
Yew-wei Tan
|
b77d53d794
added pooler:rm_group/1 function
|
11 years ago |
Seth Falcon
|
fd66fddf33
Clarify take_group_member/1 behavior in README
|
11 years ago |
Seth Falcon
|
0833bc3b19
Merge pull request #14 from nevar/embed_pool
|
11 years ago |
Slava Yurin
|
8bed68fa02
Added the ability to embed a pool to another supervisor
|
11 years ago |
Seth Falcon
|
37da392e5d
Test remove and re-add of a pool
|
12 years ago |
Heinz N. Gies
|
f9737b7e33
Fixed bug in rmpool
|
12 years ago |
Seth Falcon
|
17f5590497
Enable stale member culling by default
|
12 years ago |
Seth Falcon
|
4fe27018b0
Do not schedule member culling if pool has fixed size
|
12 years ago |
Seth Falcon
|
25479472d5
Make member start timeout configurable per pool
|
12 years ago |
Seth Falcon
|
7371263c22
Use erlang:demonitor(MRef, [flush])
|
12 years ago |