luigi.task.completed.total
Total tasks completed successfullyDimensions:None
Interface Metrics (2)
Dimensions:None
Technical Annotations (16)
Configuration Parameters (4)
check_complete_on_runrecommended: falsestable_done_cooldown_secsscheduler.retry_countrecommended: 3scheduler.retry-delayrecommended: 1Error Signatures (2)
This progress looks :( because there were failed taskslog patternstatus FAILEDlog patternCLI Commands (1)
pip install -U luigiremediationTechnical References (9)
task schedulercomponenttask signatureconcepttask classcomponentparametersconceptexamples/scheduler/query_scheduler.pyfile pathcentral schedulercomponentschedulercomponentretry mechanismconceptWorkercomponentRelated Insights (8)
Failed Luigi workflows can be resumed by re-running with same parametersinfo
▸
Changing task parameters prevents Luigi from resuming failed workflowswarning
▸
Task duration and failure monitoring critical for data pipeline healthwarning
▸
Task outputs missing after successful runwarning
▸
Task rapid re-execution without cooldown periodwarning
▸
Programmatic scheduler status monitoring alternativeinfo
▸
Luigi reports failure when retried tasks succeedwarning
▸
Central scheduler fails to update task status after successful retrywarning
▸