Class ProcessInterface

An interface for Scheduler and Worker processes for use in SpecCluster

Declaration

class ProcessInterface
source link

Documentation

This interface is responsible to submit a worker or scheduler process to a
resource manager like Kubernetes, Yarn, or SLURM/PBS/SGE/...
It should implement the methods below, like ``start`` and ``close``

Methods

Subclasses

Reexports