luigi.task.failed.total
Total tasks failedDimensions:None
Interface Metrics (2)
Dimensions:None
Technical Annotations (57)
Configuration Parameters (21)
WORKSPACESOURCE_ENVIRONMENTworker_disconnect_delayrecommended: 60retry_countdisable_windowrecommended: 3600disable_hard_timeoutdisable_persistrecommended: 86400retry_external_tasksrecommended: falsekeep_aliverecommended: falsecheck_complete_on_runrecommended: falsecheck_unfulfilled_depsrecommended: truetimeoutrecommended: 0disable-hard-timeoutretry_delayrecommended: 900workersrecommended: 1 or omit on Windowsscheduler.retry_countrecommended: 3scheduler.retry-delayrecommended: 1keep-aliverecommended: Truescheduler.disable-persist-secondsrecommended: 1200scheduler.retry_delayrecommended: 60scheduler.disable-hard-timeoutrecommended: 21600Error Signatures (6)
Luigi Framework ErrorexceptionRuntimeError: Unfulfilled dependencies at run timeexception20exit codeBrokenPipeErrorexceptionThis progress looks :( because there were failed taskslog patternstatus FAILEDlog patternCLI Commands (3)
luigi --module all_reports RangeDailyBase --of AllReports --start 2015-01-01diagnosticluigi --module my_module MyTask --workers Ndiagnosticpip install -U luigiremediationTechnical References (27)
task schedulercomponenttask signatureconceptluigi.Event.FAILUREcomponentevent_handlercomponentWrapperTaskcomponentrequires()componenttrigger_eventcomponentdependenciesconceptcontainercomponentquery_mapping_datacomponentIAM rolescomponentOIDCprotocolcentral schedulercomponent@luigi.Task.event_handlercomponentWorkercomponentSimpleTaskState.fail_dead_worker_taskcomponentRetryPolicycomponentTaskcomponentTaskProcess.runcomponentscheduler.pyfile pathforkingconceptmultiprocessingcomponentschedulercomponentretry mechanismconcepttask hierarchyconceptdisable statusconceptpending statusconceptRelated Insights (26)
Failed Luigi workflows can be resumed by re-running with same parametersinfo
▸
Failure event handlers not triggered with multiple workerswarning
▸
WrapperTask failures in requires() method do not trigger FAILURE eventswarning
▸
Luigi tasks fail with unfulfilled dependency errors under resource contentionwarning
▸
Undefined query variables halt pipeline executioncritical
▸
Task duration and failure monitoring critical for data pipeline healthwarning
▸
Recurring task failures cause missing deliverables for date rangeswarning
▸
Expired or shared credentials cause Luigi pipeline failurescritical
▸
Worker disconnect marks all running tasks as failedcritical
▸
Automatic task disable after repeated failurescritical
▸
Incomplete external tasks block workflow progresswarning
▸
Task outputs missing after successful runwarning
▸
Unfulfilled dependencies detected at task runtimewarning
▸
Long-running tasks killed by worker timeoutwarning
▸
Task permanently disabled after repeated failures exceed timeoutcritical
▸
Task failure without event handlers prevents proper resource cleanupwarning
▸
Single-threaded task saturates API rate limitswarning
▸
Worker disconnection leaves tasks orphanedwarning
▸
Task retry exhaustion from excessive failureswarning
▸
Scheduler stuck more frequent with failed tasks presentcritical
▸
Failed tasks display as Pending during retry windowinfo
▸
Multiple worker processes fail on Windows with BrokenPipeErrorcritical
▸
Luigi reports failure when retried tasks succeedwarning
▸
Central scheduler fails to update task status after successful retrywarning
▸
Prerequisite task failures block all downstream taskswarning
▸
Failed tasks retry infinitely after disable suspension expireswarning
▸