luigi.worker.active
Active workers connected to schedulerDimensions:None
Interface Metrics (2)
Dimensions:None
Technical Annotations (40)
Configuration Parameters (14)
worker-disconnect-delayrecommended: increase above 60s default--workersrecommended: 2rpc-connect-timeoutrecommended: 60.0rpc-retry-attemptsrecommended: 10rpc-retry-waitrecommended: 60worker_disconnect_delayrecommended: 60keep_aliverecommended: falsemax_keep_alive_idle_durationrecommended: 0count_uniquesrecommended: falseworker-keep-aliverecommended: true--worker-task-limitworkersrecommended: 1 or omit on Windowslocal_schedulerrecommended: Falseresourcesrecommended: {'max_workers': 1}Error Signatures (8)
were left pending because of unknown reasonlog patternFailed connecting to remote schedulerlog patternConnectionError: HTTPConnectionPool(host='localhost', port=8082): Max retries exceededexception[Errno 111] Connection refusederror codeluigi.rpc.RPCError: Errors (3 attempts) when connecting to remote schedulerexceptionis marked as running by disconnected workerlog patternmarking as FAILED with retry delaylog patternBrokenPipeErrorexceptionCLI Commands (4)
--workers 2remediation--local-schedulerremediationluigi --module x examples.X --worker-keep-aliveremediationluigi --module my_module MyTask --workers NdiagnosticTechnical References (14)
luigi.Event.FAILUREcomponentevent_handlercomponentcentral schedulercomponent/api/add_workercomponentMesoscomponentWorkercomponentSimpleTaskState.fail_dead_worker_taskcomponentworker process poolcomponentrequires()componentRange modulecomponentforkingconceptmultiprocessingcomponentDAGconceptworkercomponentRelated Insights (13)
Failure event handlers not triggered with multiple workerswarning
▸
Worker disconnection causes parent task to complete prematurely with pending childrenwarning
▸
Luigi worker fails to connect to central scheduler causing task cascade failurecritical
▸
Worker disconnect marks all running tasks as failedcritical
▸
Workers stay alive indefinitely while idleinfo
▸
Multiple workers can overload system without global resource limitswarning
▸
Tasks stuck in running state after worker disconnectioncritical
▸
Worker disconnect leaves tasks incomplete when jobs finish earlywarning
▸
Worker disconnection leaves tasks orphanedwarning
▸
Tasks not executed despite met dependenciescritical
▸
Scheduler becomes unworkable when requiring 100,000+ taskscritical
▸
Multiple worker processes fail on Windows with BrokenPipeErrorcritical
▸
Multiple workers on Windows cause scheduling and state synchronization failurescritical
▸