dagster.daemon.heartbeat
Daemon heartbeat signalDimensions:None
Technical Annotations (29)
Configuration Parameters (3)
statement_timeoutDAGSTER_RUN_QUEUE_PAGE_SIZErecommended: >100 for large queuesdagsterDaemon.heartbeatToleranceError Signatures (4)
psycopg2.errors.QueryCanceled) canceling statement due to statement timeoutexceptionDagsterExecutionInterruptedErrorexceptionSIGINTerror codeSIGTERMerror codeCLI Commands (7)
docker compose stop dagster-daemonremediationdocker compose start dagster-daemonremediationSELECT asset_key, dagster_event_type, timestamp FROM event_logs WHERE asset_key = '["my_group", "my_layer", "removed_asset"]' ORDER BY timestamp DESC;diagnosticSELECT asset_key, last_materialization_timestamp, wipe_timestamp FROM asset_keys WHERE asset_key = '["my_group", "my_layer", "removed_asset"]';diagnosticdagster dev -w workspace.yamldiagnostickill -9remediationdagster-daemon rundiagnosticTechnical References (15)
freshness daemoncomponentwipeAssetscomponentevent_logscomponentasset_keyscomponentFRESHNESS_STATE_CHANGEconceptcode locationconceptjob_tickscomponentSingleScheduleQuerycomponentRun Queue Coordinator DaemoncomponentQueued Run Coordinatorcomponentpg_logfile pathpg_stat_activitycomponentDockerRunLaunchercomponentDAGSTER_HOMEfile pathworkspace.ymlfile pathRelated Insights (5)
Removed assets permanently reappear in catalog after wipeAssets callwarning
▸
PostgreSQL statement timeout prevents schedule tick processingcritical
▸
Run Queue Daemon hangs with stopped heartbeats and queued jobs accumulatecritical
▸
Dagster daemon heartbeat stops without error logscritical
▸
Dagster daemon terminated by OS signal due to resource exhaustioncritical
▸