luigi.scheduler.running_tasks
Tasks currently executingDimensions:None
Interface Metrics (2)
Dimensions:None
Technical Annotations (30)
Configuration Parameters (4)
resources.cpu_coresrecommended: 10resources.<resource_name>recommended: integer limit based on capacityapirecommended: 1resourcesrecommended: {"api": 1}Error Signatures (8)
There are no more tasks to run at this timelog patternpending tasks possibly being run by other workerslog patternpending tasks unique to this workerlog patternRuntimeError: Unfulfilled dependencies at run timeexceptionis marked as running by disconnected workerlog patternmarking as FAILED with retry delaylog patternTypeError: __str__ returned non-string (type NoneType)exceptionImportError: No module named boto3exceptionCLI Commands (1)
luigid --background --pidfile <PATH_TO_PIDFILE> --logdir <PATH_TO_LOGDIR> --state-path <PATH_TO_STATEFILE>remediationTechnical References (17)
luigi.Taskcomponent[resources]componentdependenciesconceptcontainercomponentcentral schedulercomponentMesoscomponentschedulercomponentPENDINGconceptRUNNINGconceptTaskProcess.runcomponentscheduler.pyfile path/get_workcomponent/add_taskcomponentluigi/scheduler.pyfile pathluigi/notifications.pyfile pathworker_runningconceptluigidcomponentRelated Insights (10)
Resource requirements block task scheduling despite available workerscritical
▸
Luigi tasks fail with unfulfilled dependency errors under resource contentionwarning
▸
Multiple workers can overload system without global resource limitswarning
▸
Tasks stuck in running state after worker disconnectioncritical
▸
Scheduler blocks tasks when resource limits are exceededwarning
▸
API rate limit exceeded due to uncontrolled task concurrencywarning
▸
Tasks stuck in RUNNING state despite completioncritical
▸
Email notification failure during task disabling leaves tasks in corrupted RUNNING statecritical
▸
Remote scheduler UI inaccessible without port forwardinginfo
▸
Local scheduler in production allows duplicate task executionwarning
▸