devnw / atomizer

Imagine thousands of machines across multiple cloud instances and data centers executing simultaneous processing for you with minimal deployment effort. Enter Atomizer - a Go library that facilitates massively parallel and distributed computing. Fashioned after Go itself using similar CSP paradigms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sampler upgrade

benjivesterby opened this issue · comments

Setup sampler to use a smarter algorithm for tracking system resources that monitors both CPU, Memory and currently running atom instances to determine whether new requests should be pulled from the queue.

This should also keep track of how many of which atoms have running instances as well as the average times for each atom instance to determine how many new tasks to take on