issues
search
alexhsamuel
/
apsis
General-purpose scheduler.
Other
3
stars
3
forks
source link
memory-based Procstar agent load balancing
#369
Open
alexhsamuel
opened
3 weeks ago
alexhsamuel
commented
3 weeks ago
[ ] agents report system stats (mem free, cache mem) to server
[ ] server tracks recent system stats per connection
[ ] load balancer uses this to allocate probabilistically based on (free + cache)
[ ] global Apsis config for which load balancer to use and how to configure it
The load balancer should have access to:
connection info, incl conn ID, user, hostname, so it can conditionalize
recent system stats (incl age) per connection
The load balancer should have access to: