Class faabric::scheduler::SchedulerReaperThread

class SchedulerReaperThread : public faabric::util::PeriodicBackgroundThread

Background thread that periodically checks to see if any executors have become stale (i.e. not handled any requests in a given timeout). If any are found, they are removed.

Public Functions

virtual void doWork() override