prefect.task_run.duration
Task run execution durationDimensions:None
Interface Metrics (3)
Dimensions:None
Sources
Technical Annotations (13)
Configuration Parameters (2)
PREFECT_EXPERIMENTAL_ENABLE_CLIENT_SIDE_TASK_ORCHESTRATIONrecommended: Truemax_workersCLI Commands (2)
prefect config set PREFECT_EXPERIMENTAL_ENABLE_CLIENT_SIDE_TASK_ORCHESTRATION=Trueremediationprefect versiondiagnosticTechnical References (9)
client-side orchestrationconceptworker podscomponentconcurrencyconcepttask.submit()componentfuture.result()componentConcurrentTaskRunnercomponentThreadPoolTaskRunnercomponentRayTaskRunnercomponentprefect_test_harnesscomponentRelated Insights (3)
Task execution takes >1 second for simple operationswarning
▸
Long-running tasks monopolize worker resources and block concurrencywarning
▸
Tasks stuck in Running state with task.submit() pattern cause flow hangscritical
▸