Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 399 Bytes

File metadata and controls

14 lines (9 loc) · 399 Bytes

PyTaskDistributor

PyTaskDistributor is a task distributor for clusters. It is based on shared file system, e.g., NFS, Samba or Syncthing.

Synopsis

Requirements

Components:

There are 3 main components in this distributor:

  1. Master: find Servers and distribute Jobs to each Server
  2. Server: run Jobs according to CPU usage
  3. Job: object generated by Master and done by Server