Technologies/Luigi/luigi.task.completed.total
LuigiLuigiMetric

luigi.task.completed.total

Total tasks completed successfully
Dimensions:None
Available on:PrometheusPrometheus (1)DatadogDatadog (1)
Interface Metrics (2)
PrometheusPrometheus
Total number of tasks completed successfully since scheduler startup
Dimensions:None
DatadogDatadog
Number of successfully completed tasks
Dimensions:None

Technical Annotations (16)

Configuration Parameters (4)
check_complete_on_runrecommended: false
whether to verify outputs exist after task completes
stable_done_cooldown_secs
Prevents scheduler from accepting same task during cooldown after completion
scheduler.retry_countrecommended: 3
number of retry attempts for failed tasks
scheduler.retry-delayrecommended: 1
delay in seconds between retry attempts
Error Signatures (2)
This progress looks :( because there were failed taskslog pattern
status FAILEDlog pattern
CLI Commands (1)
pip install -U luigiremediation
Technical References (9)
task schedulercomponenttask signatureconcepttask classcomponentparametersconceptexamples/scheduler/query_scheduler.pyfile pathcentral schedulercomponentschedulercomponentretry mechanismconceptWorkercomponent
Related 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