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

luigi.task.disabled.total

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

Technical Annotations (20)

Configuration Parameters (9)
retry_count
number of failures within disable_window before auto-disable (unset = no auto-disable)
disable_windowrecommended: 3600
time window in seconds for counting failures toward auto-disable
disable_hard_timeout
seconds after first failure before any subsequent failure triggers disable
disable_persistrecommended: 86400
how long auto-disabled tasks remain disabled (1 day default)
disable-hard-timeout
time threshold before permanent task disabling
scheduler.disable-persist-secondsrecommended: 1200
Duration task remains disabled before automatic retry; increase to allow more manual intervention time
scheduler.retry_countrecommended: 3
Number of retries before task is disabled
scheduler.retry_delayrecommended: 60
Delay in seconds between retry attempts
scheduler.disable-hard-timeoutrecommended: 21600
Hard timeout for disabled state in seconds
Error Signatures (2)
TypeError: __str__ returned non-string (type NoneType)exception
ImportError: No module named boto3exception
Technical References (9)
central schedulercomponent/get_workcomponent/add_taskcomponentluigi/scheduler.pyfile pathluigi/notifications.pyfile pathworker_runningconceptExternalTaskcomponentdisable statusconceptpending statusconcept
Related Insights (6)
Task duration and failure monitoring critical for data pipeline healthwarning
Automatic task disable after repeated failurescritical
Task permanently disabled after repeated failures exceed timeoutcritical
Email notification failure during task disabling leaves tasks in corrupted RUNNING statecritical
Heterogeneous task retry requirements cannot be satisfied with global scheduler settingswarning
Failed tasks retry infinitely after disable suspension expireswarning