Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 545 Bytes

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.