The scheduler does not appear to be running. Last heartbeat was received .

The DAGs list may not update, and new tasks will not be scheduled.

DAG: testDag

schedule: 01 00 * * *


Task Instance: test


Task Instance Details

Dependencies Blocking Task From Getting Scheduled
Dependency Reason
Task Instance State Task is in the 'None' state which is not a valid state for execution. The task must be cleared in order to be run.
Dag Not Paused Task's DAG 'testDag' is paused.
Attribute: bash_command
1
cd /usr/local/airflow/dags/bi_etl/jy/;nohup python3  test.py > logs/test.txt &
Task Instance Attributes
Attribute Value
dag_id testDag
duration None
end_date None
execution_date 2025-12-17T19:28:04.426283+00:00
executor_config {}
generate_command <function TaskInstance.generate_command at 0x7f1088c74a70>
hostname
is_premature False
job_id None
key ('testDag', 'test', <Pendulum [2025-12-17T19:28:04.426283+00:00]>, 1)
log <Logger airflow.task (INFO)>
log_filepath /usr/local/airflow/logs/testDag/test/2025-12-17T19:28:04.426283+00:00.log
log_url http://localhost:8080/admin/airflow/log?execution_date=2025-12-17T19%3A28%3A04.426283%2B00%3A00&task_id=test&dag_id=testDag
logger <Logger airflow.task (INFO)>
mark_success_url http://localhost:8080/success?task_id=test&dag_id=testDag&execution_date=2025-12-17T19%3A28%3A04.426283%2B00%3A00&upstream=false&downstream=false
max_tries 3
metadata MetaData(bind=None)
next_try_number 1
operator None
pid None
pool default_pool
prev_attempted_tries 0
previous_execution_date_success 2024-07-16 16:01:00+00:00
previous_start_date_success 2024-07-17 16:05:03.588078+00:00
previous_ti None
previous_ti_success <TaskInstance: testDag.test 2024-07-16 16:01:00+00:00 [success]>
priority_weight 1
queue default
queued_dttm None
raw False
run_as_user None
start_date None
state None
task <Task(BashOperator): test>
task_id test
test_mode False
try_number 1
unixname airflow
Task Attributes
Attribute Value
dag <DAG: testDag>
dag_id testDag
depends_on_past False
deps {<TIDep(Not In Retry Period)>, <TIDep(Previous Dagrun State)>, <TIDep(Trigger Rule)>}
do_xcom_push True
downstream_list []
downstream_task_ids set()
email None
email_on_failure False
email_on_retry False
end_date None
env None
execution_timeout None
executor_config {}
extra_links []
global_operator_extra_link_dict {}
inlets []
lineage_data None
log <Logger airflow.task.operators (INFO)>
logger <Logger airflow.task.operators (INFO)>
max_retry_delay None
on_failure_callback None
on_retry_callback None
on_success_callback None
operator_extra_link_dict {}
operator_extra_links ()
outlets []
output_encoding utf-8
owner wusong
params {}
pool default_pool
priority_weight 1
priority_weight_total 1
queue default
resources None
retries 3
retry_delay 0:01:00
retry_exponential_backoff False
run_as_user None
schedule_interval 01 00 * * *
shallow_copy_attrs ()
sla None
start_date 2020-08-25 16:00:00+00:00
sub_process None
subdag None
task_concurrency None
task_id test
task_type BashOperator
template_ext ('.sh', '.bash')
template_fields ('bash_command', 'env')
trigger_rule all_success
ui_color #f0ede4
ui_fgcolor #000
upstream_list []
upstream_task_ids set()
wait_for_downstream False
weight_rule downstream
xcom_push_flag False