nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

track "current runners" #37

Open nabicht opened 6 years ago

nabicht commented 6 years ago

current runners = runners with a currently open attempt + runners that have asked for a new attempt in the last y time.

y time should be configurable but default to something like 5 minutes (I guess, i mean seams good enough).

be able to get this data via RESTful.

Have a count and list available in the dashboard.