NodeMC / scheduler

A worker/agent/scheduler for NodeMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeMC scheduler

You're probably looking for NodeMC CORE.

This component handles communication between different nodes, as well as keeping each node healthy and unburdened with load.

Requirements

Running

yarn

NODEMC_API="yourapiendpoint" NODEMC_SCHEDULER_TOKEN="apitoken" node index.js

... That's it! The scheduler will register itself with the server and delegate tasks on this machine.

About

A worker/agent/scheduler for NodeMC


Languages

Language:JavaScript 95.6%Language:Shell 4.4%