nvflare.ha.overseer.worker module

class ClientAuthWorker(age, ppid, sockets, app, timeout, cfg, log)[source]

Bases: SyncWorker

This is called pre-fork so it shouldn’t do anything to the current process. If there’s a need to make process wide changes you’ll want to do that in self.init_process().

handle_request(listener, req, client, addr)[source]