2024-06-26T08:22:39.356002176Z 2024-06-26T08:22:40.932636226Z /home/airflow/.local/lib/python3.10/site-packages/airflow/configuration.py:384 FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. 2024-06-26T08:22:43.133186344Z /home/airflow/.local/lib/python3.10/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) 2024-06-26T08:22:53.745590361Z ____________ _____________ 2024-06-26T08:22:53.745604177Z ____ |__( )_________ __/__ /________ __ 2024-06-26T08:22:53.745607588Z ____ /| |_ /__ ___/_ /_ __ /_ __ \_ | /| / / 2024-06-26T08:22:53.745610823Z ___ ___ | / _ / _ __/ _ / / /_/ /_ |/ |/ / 2024-06-26T08:22:53.745613722Z _/_/ |_/_/ /_/ /_/ /_/ \____/____/|__/ 2024-06-26T08:22:53.745618032Z [2024-06-26T08:22:53.740+0000] {scheduler_job.py:714} INFO - Starting the scheduler 2024-06-26T08:22:53.745621475Z [2024-06-26T08:22:53.742+0000] {scheduler_job.py:719} INFO - Processing each file at most -1 times 2024-06-26T08:22:54.497219292Z [2024-06-26T08:22:54.494+0000] {executor_loader.py:107} INFO - Loaded executor: CeleryExecutor 2024-06-26T08:22:54.545393628Z [2024-06-26T08:22:54.512+0000] {manager.py:165} INFO - Launched DagFileProcessorManager with pid: 25 2024-06-26T08:22:54.545405760Z [2024-06-26T08:22:54.544+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:22:54.629258823Z [2024-06-26T08:22:54.603+0000] {settings.py:59} INFO - Configured default timezone Timezone('UTC') 2024-06-26T08:22:54.629268082Z [2024-06-26T08:22:54.623+0000] {settings.py:549} INFO - Loaded airflow_local_settings from /opt/airflow/config/airflow_local_settings.py . 2024-06-26T08:23:20.899754723Z [2024-06-26T08:23:20.898+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:23:21.269349010Z [2024-06-26T08:23:21.266+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:23:21.269372989Z 2024-06-26T08:23:21.269377260Z [2024-06-26T08:23:21.267+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:23:21.270822379Z [2024-06-26T08:23:21.270+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:23:21.270835135Z 2024-06-26T08:23:21.276556698Z [2024-06-26T08:23:21.276+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:20:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:23:21.277120854Z [2024-06-26T08:23:21.276+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:23:22.055198915Z [2024-06-26T08:23:22.051+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status queued for try_number 1 2024-06-26T08:23:22.080254192Z [2024-06-26T08:23:22.079+0000] {scheduler_job.py:635} INFO - Setting external_id for to bc41f185-32b1-4c3b-86b9-ab8b940d631b 2024-06-26T08:23:27.233690635Z [2024-06-26T08:23:27.230+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:23:27.234433602Z [2024-06-26T08:23:27.234+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:20:00+00:00, run_id=scheduled__2024-06-26T08:20:00+00:00, run_start_date=2024-06-26 08:23:20.991296+00:00, run_end_date=2024-06-26 08:23:27.234077+00:00, run_duration=6.242781, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:20:00+00:00, data_interval_end=2024-06-26 08:22:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:23:27.264035552Z [2024-06-26T08:23:27.263+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:22:00+00:00, run_after=2024-06-26T08:24:00+00:00 2024-06-26T08:23:27.352947799Z [2024-06-26T08:23:27.352+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status success for try_number 1 2024-06-26T08:23:27.367814985Z [2024-06-26T08:23:27.367+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:20:00+00:00, map_index=-1, run_start_date=2024-06-26 08:23:26.190909+00:00, run_end_date=2024-06-26 08:23:27.009093+00:00, run_duration=0.818184, state=success, executor_state=success, try_number=1, max_tries=1, job_id=3, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:23:21.271198+00:00, queued_by_job_id=2, pid=49 2024-06-26T08:24:00.044754325Z [2024-06-26T08:24:00.044+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:24:00.102765840Z [2024-06-26T08:24:00.102+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:24:00.102778038Z 2024-06-26T08:24:00.103063814Z [2024-06-26T08:24:00.102+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:24:00.103587229Z [2024-06-26T08:24:00.103+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:24:00.103593981Z 2024-06-26T08:24:00.105795184Z [2024-06-26T08:24:00.105+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:22:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:24:00.106072286Z [2024-06-26T08:24:00.105+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:22:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:24:00.232848287Z [2024-06-26T08:24:00.231+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:22:00+00:00 exited with status queued for try_number 1 2024-06-26T08:24:00.241763509Z [2024-06-26T08:24:00.241+0000] {scheduler_job.py:635} INFO - Setting external_id for to ac53a9b8-3f09-4860-ada3-0abd5d5bf3af 2024-06-26T08:24:02.563266067Z [2024-06-26T08:24:02.562+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:24:02.563795266Z [2024-06-26T08:24:02.563+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:22:00+00:00, run_id=scheduled__2024-06-26T08:22:00+00:00, run_start_date=2024-06-26 08:24:00.064027+00:00, run_end_date=2024-06-26 08:24:02.563235+00:00, run_duration=2.499208, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:22:00+00:00, data_interval_end=2024-06-26 08:24:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:24:02.574484612Z [2024-06-26T08:24:02.573+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:24:00+00:00, run_after=2024-06-26T08:26:00+00:00 2024-06-26T08:24:02.630107204Z [2024-06-26T08:24:02.628+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:22:00+00:00 exited with status success for try_number 1 2024-06-26T08:24:02.644597760Z [2024-06-26T08:24:02.644+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:22:00+00:00, map_index=-1, run_start_date=2024-06-26 08:24:01.117754+00:00, run_end_date=2024-06-26 08:24:01.556447+00:00, run_duration=0.438693, state=success, executor_state=success, try_number=1, max_tries=1, job_id=4, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:24:00.103990+00:00, queued_by_job_id=2, pid=72 2024-06-26T08:26:00.133382145Z [2024-06-26T08:26:00.132+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:26:00.187428825Z [2024-06-26T08:26:00.186+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:26:00.187439880Z 2024-06-26T08:26:00.187445592Z [2024-06-26T08:26:00.186+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:26:00.187448703Z [2024-06-26T08:26:00.186+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:26:00.187451887Z 2024-06-26T08:26:00.189409284Z [2024-06-26T08:26:00.188+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:24:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:26:00.189433396Z [2024-06-26T08:26:00.188+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:24:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:26:00.336789887Z [2024-06-26T08:26:00.336+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:24:00+00:00 exited with status queued for try_number 1 2024-06-26T08:26:00.366406430Z [2024-06-26T08:26:00.366+0000] {scheduler_job.py:635} INFO - Setting external_id for to eab4cfae-2f16-40c4-a003-4055b94da675 2024-06-26T08:26:01.545599823Z [2024-06-26T08:26:01.545+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:26:01.548660691Z [2024-06-26T08:26:01.548+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:24:00+00:00, run_id=scheduled__2024-06-26T08:24:00+00:00, run_start_date=2024-06-26 08:26:00.152594+00:00, run_end_date=2024-06-26 08:26:01.547767+00:00, run_duration=1.395173, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:24:00+00:00, data_interval_end=2024-06-26 08:26:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:26:01.572953402Z [2024-06-26T08:26:01.572+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:26:00+00:00, run_after=2024-06-26T08:28:00+00:00 2024-06-26T08:26:02.690388250Z [2024-06-26T08:26:02.689+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:24:00+00:00 exited with status success for try_number 1 2024-06-26T08:26:02.700774970Z [2024-06-26T08:26:02.700+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:24:00+00:00, map_index=-1, run_start_date=2024-06-26 08:26:01.111521+00:00, run_end_date=2024-06-26 08:26:01.484478+00:00, run_duration=0.372957, state=success, executor_state=success, try_number=1, max_tries=1, job_id=5, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:26:00.187172+00:00, queued_by_job_id=2, pid=109 2024-06-26T08:27:54.930309310Z [2024-06-26T08:27:54.929+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:28:00.141663116Z [2024-06-26T08:28:00.141+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:28:00.186306670Z [2024-06-26T08:28:00.185+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:28:00.186319983Z 2024-06-26T08:28:00.186323867Z [2024-06-26T08:28:00.185+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:28:00.187527443Z [2024-06-26T08:28:00.187+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:28:00.187538340Z 2024-06-26T08:28:00.189557971Z [2024-06-26T08:28:00.189+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:26:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:28:00.189659402Z [2024-06-26T08:28:00.189+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:26:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:28:00.471392767Z [2024-06-26T08:28:00.471+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:26:00+00:00 exited with status queued for try_number 1 2024-06-26T08:28:00.504960435Z [2024-06-26T08:28:00.504+0000] {scheduler_job.py:635} INFO - Setting external_id for to f79be33a-0dd8-49ef-be64-516b3f7ab517 2024-06-26T08:28:01.835763244Z [2024-06-26T08:28:01.835+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:28:01.836195962Z [2024-06-26T08:28:01.835+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:26:00+00:00, run_id=scheduled__2024-06-26T08:26:00+00:00, run_start_date=2024-06-26 08:28:00.158772+00:00, run_end_date=2024-06-26 08:28:01.835870+00:00, run_duration=1.677098, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:26:00+00:00, data_interval_end=2024-06-26 08:28:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:28:01.845723623Z [2024-06-26T08:28:01.845+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:28:00+00:00, run_after=2024-06-26T08:30:00+00:00 2024-06-26T08:28:02.106867476Z [2024-06-26T08:28:02.105+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:26:00+00:00 exited with status success for try_number 1 2024-06-26T08:28:02.113091850Z [2024-06-26T08:28:02.112+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:26:00+00:00, map_index=-1, run_start_date=2024-06-26 08:28:01.173948+00:00, run_end_date=2024-06-26 08:28:01.779212+00:00, run_duration=0.605264, state=success, executor_state=success, try_number=1, max_tries=1, job_id=6, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:28:00.187739+00:00, queued_by_job_id=2, pid=146 2024-06-26T08:29:36.804196182Z [2024-06-26T08:29:36.803+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:29:00+00:00, run_after=2024-06-26T08:30:00+00:00 2024-06-26T08:29:36.866185637Z [2024-06-26T08:29:36.865+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:29:36.866199896Z 2024-06-26T08:29:36.866480697Z [2024-06-26T08:29:36.866+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:29:36.868068391Z [2024-06-26T08:29:36.867+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:29:36.868079948Z 2024-06-26T08:29:36.875153663Z [2024-06-26T08:29:36.874+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:28:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:29:36.891615972Z [2024-06-26T08:29:36.880+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:28:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:29:36.997038320Z [2024-06-26T08:29:36.995+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:28:00+00:00 exited with status queued for try_number 1 2024-06-26T08:29:37.033969131Z [2024-06-26T08:29:37.031+0000] {scheduler_job.py:635} INFO - Setting external_id for to c717b68c-0d9e-4e16-85b1-33a14b74761f 2024-06-26T08:29:39.752816161Z [2024-06-26T08:29:39.752+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:29:39.795089788Z [2024-06-26T08:29:39.794+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:29:39.795103834Z 2024-06-26T08:29:39.795512543Z [2024-06-26T08:29:39.795+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:29:39.796875302Z [2024-06-26T08:29:39.795+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:29:39.796882970Z 2024-06-26T08:29:39.798969778Z [2024-06-26T08:29:39.798+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:28:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:29:39.799114261Z [2024-06-26T08:29:39.798+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:28:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:29:39.891710712Z [2024-06-26T08:29:39.891+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:28:00+00:00 exited with status queued for try_number 1 2024-06-26T08:29:39.901927101Z [2024-06-26T08:29:39.901+0000] {scheduler_job.py:635} INFO - Setting external_id for to 41ab35ec-ebbe-4f26-a015-fcaa35afbc70 2024-06-26T08:29:41.154835455Z [2024-06-26T08:29:41.154+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:29:41.155236006Z [2024-06-26T08:29:41.155+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:28:00+00:00, run_id=scheduled__2024-06-26T08:28:00+00:00, run_start_date=2024-06-26 08:29:36.814750+00:00, run_end_date=2024-06-26 08:29:41.154902+00:00, run_duration=4.340152, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:28:00+00:00, data_interval_end=2024-06-26 08:29:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:29:41.174263600Z [2024-06-26T08:29:41.173+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:29:00+00:00, run_after=2024-06-26T08:30:00+00:00 2024-06-26T08:29:41.958405684Z [2024-06-26T08:29:41.958+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:25:00+00:00, run_after=2024-06-26T08:30:00+00:00 2024-06-26T08:29:42.082489241Z [2024-06-26T08:29:42.082+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:29:42.082506612Z 2024-06-26T08:29:42.082690608Z [2024-06-26T08:29:42.082+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:29:42.083415445Z [2024-06-26T08:29:42.083+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:29:42.083428048Z 2024-06-26T08:29:42.085965636Z [2024-06-26T08:29:42.085+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:20:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:29:42.086088237Z [2024-06-26T08:29:42.085+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:29:42.156108143Z [2024-06-26T08:29:42.155+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status queued for try_number 1 2024-06-26T08:29:42.156145761Z [2024-06-26T08:29:42.156+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:28:00+00:00 exited with status success for try_number 1 2024-06-26T08:29:42.166573775Z [2024-06-26T08:29:42.166+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:28:00+00:00, map_index=-1, run_start_date=2024-06-26 08:29:39.528066+00:00, run_end_date=2024-06-26 08:29:41.018479+00:00, run_duration=1.490413, state=success, executor_state=success, try_number=1, max_tries=1, job_id=7, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:29:36.869695+00:00, queued_by_job_id=2, pid=178 2024-06-26T08:29:42.166709817Z [2024-06-26T08:29:42.166+0000] {scheduler_job.py:635} INFO - Setting external_id for to a746a723-c1ea-4ab9-9b33-5e5d1f548630 2024-06-26T08:29:45.008167649Z [2024-06-26T08:29:45.006+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:29:45.008743953Z [2024-06-26T08:29:45.008+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:28:00+00:00, run_id=scheduled__2024-06-26T08:28:00+00:00, run_start_date=2024-06-26 08:29:39.762059+00:00, run_end_date=2024-06-26 08:29:45.008200+00:00, run_duration=5.246141, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:28:00+00:00, data_interval_end=2024-06-26 08:29:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:29:45.053940913Z [2024-06-26T08:29:45.053+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:29:00+00:00, run_after=2024-06-26T08:30:00+00:00 2024-06-26T08:29:45.131172383Z [2024-06-26T08:29:45.130+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:28:00+00:00 exited with status success for try_number 1 2024-06-26T08:29:45.146834778Z [2024-06-26T08:29:45.146+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:28:00+00:00, map_index=-1, run_start_date=2024-06-26 08:29:42.332235+00:00, run_end_date=2024-06-26 08:29:44.005207+00:00, run_duration=1.672972, state=success, executor_state=success, try_number=1, max_tries=1, job_id=8, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:29:39.797262+00:00, queued_by_job_id=2, pid=200 2024-06-26T08:29:46.216494567Z [2024-06-26T08:29:46.216+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:29:46.216512746Z 2024-06-26T08:29:46.216760392Z [2024-06-26T08:29:46.216+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:29:46.217377553Z [2024-06-26T08:29:46.217+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:29:46.217404175Z 2024-06-26T08:29:46.219513524Z [2024-06-26T08:29:46.219+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:20:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:29:46.219643991Z [2024-06-26T08:29:46.219+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:29:46.275828769Z [2024-06-26T08:29:46.275+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status queued for try_number 1 2024-06-26T08:29:46.275872538Z [2024-06-26T08:29:46.275+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status success for try_number 1 2024-06-26T08:29:46.283869077Z [2024-06-26T08:29:46.283+0000] {scheduler_job.py:635} INFO - Setting external_id for to 442801c6-b94b-422b-b458-be2cddc14f25 2024-06-26T08:29:46.283962033Z [2024-06-26T08:29:46.283+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:20:00+00:00, map_index=-1, run_start_date=2024-06-26 08:29:44.737929+00:00, run_end_date=2024-06-26 08:29:45.247959+00:00, run_duration=0.51003, state=success, executor_state=success, try_number=1, max_tries=1, job_id=9, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:29:42.083922+00:00, queued_by_job_id=2, pid=220 2024-06-26T08:29:48.819777125Z [2024-06-26T08:29:48.819+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:29:48.819797757Z 2024-06-26T08:29:48.820001988Z [2024-06-26T08:29:48.819+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:29:48.820576774Z [2024-06-26T08:29:48.820+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:29:48.820587623Z 2024-06-26T08:29:48.822841628Z [2024-06-26T08:29:48.822+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:20:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:29:48.823152056Z [2024-06-26T08:29:48.822+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:29:48.883753699Z [2024-06-26T08:29:48.883+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status queued for try_number 1 2024-06-26T08:29:48.884007862Z [2024-06-26T08:29:48.883+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status success for try_number 1 2024-06-26T08:29:48.888627651Z [2024-06-26T08:29:48.888+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9418dbdf-4709-44a6-aa6e-5f8293dd8b2b 2024-06-26T08:29:48.888989137Z [2024-06-26T08:29:48.888+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:20:00+00:00, map_index=-1, run_start_date=2024-06-26 08:29:48.189940+00:00, run_end_date=2024-06-26 08:29:48.547604+00:00, run_duration=0.357664, state=success, executor_state=success, try_number=1, max_tries=1, job_id=10, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:29:46.217625+00:00, queued_by_job_id=2, pid=240 2024-06-26T08:29:51.157557135Z [2024-06-26T08:29:51.157+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:29:51.157573227Z 2024-06-26T08:29:51.157826800Z [2024-06-26T08:29:51.157+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:29:51.158385451Z [2024-06-26T08:29:51.158+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:29:51.158395283Z 2024-06-26T08:29:51.160137931Z [2024-06-26T08:29:51.159+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:20:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:29:51.160325208Z [2024-06-26T08:29:51.160+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:29:51.215407363Z [2024-06-26T08:29:51.215+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status queued for try_number 1 2024-06-26T08:29:51.223556305Z [2024-06-26T08:29:51.223+0000] {scheduler_job.py:635} INFO - Setting external_id for to 65b729a4-b4ad-49e0-bd02-1a6cf88a4bfa 2024-06-26T08:29:51.336232054Z [2024-06-26T08:29:51.335+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status success for try_number 1 2024-06-26T08:29:51.340940878Z [2024-06-26T08:29:51.340+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:20:00+00:00, map_index=0, run_start_date=2024-06-26 08:29:50.761975+00:00, run_end_date=2024-06-26 08:29:51.121741+00:00, run_duration=0.359766, state=success, executor_state=success, try_number=1, max_tries=1, job_id=11, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:29:48.820956+00:00, queued_by_job_id=2, pid=262 2024-06-26T08:29:54.037514683Z [2024-06-26T08:29:54.037+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:29:54.038347028Z [2024-06-26T08:29:54.038+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:20:00+00:00, run_id=scheduled__2024-06-26T08:20:00+00:00, run_start_date=2024-06-26 08:29:41.969905+00:00, run_end_date=2024-06-26 08:29:54.037982+00:00, run_duration=12.068077, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:20:00+00:00, data_interval_end=2024-06-26 08:25:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:29:54.045987598Z [2024-06-26T08:29:54.045+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:25:00+00:00, run_after=2024-06-26T08:30:00+00:00 2024-06-26T08:29:54.076316208Z [2024-06-26T08:29:54.076+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:20:00+00:00 exited with status success for try_number 1 2024-06-26T08:29:54.081266340Z [2024-06-26T08:29:54.080+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:20:00+00:00, map_index=-1, run_start_date=2024-06-26 08:29:53.210267+00:00, run_end_date=2024-06-26 08:29:53.574839+00:00, run_duration=0.364572, state=success, executor_state=success, try_number=1, max_tries=1, job_id=12, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:29:51.158685+00:00, queued_by_job_id=2, pid=277 2024-06-26T08:30:00.178436000Z [2024-06-26T08:30:00.178+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:30:00+00:00, run_after=2024-06-26T08:31:00+00:00 2024-06-26T08:30:00.185969957Z [2024-06-26T08:30:00.185+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:30:00.194813381Z [2024-06-26T08:30:00.194+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:30:00.210194448Z [2024-06-26T08:30:00.209+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:30:00+00:00, run_after=2024-06-26T08:35:00+00:00 2024-06-26T08:30:00.319916471Z [2024-06-26T08:30:00.319+0000] {scheduler_job.py:360} INFO - 4 tasks up for execution: 2024-06-26T08:30:00.319950891Z 2024-06-26T08:30:00.319977042Z 2024-06-26T08:30:00.319986062Z 2024-06-26T08:30:00.319991220Z 2024-06-26T08:30:00.320245787Z [2024-06-26T08:30:00.319+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:30:00.320431867Z [2024-06-26T08:30:00.320+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:30:00.320563043Z [2024-06-26T08:30:00.320+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:30:00.320693579Z [2024-06-26T08:30:00.320+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:30:00.321711953Z [2024-06-26T08:30:00.321+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:30:00.321727245Z 2024-06-26T08:30:00.321731233Z 2024-06-26T08:30:00.321735095Z 2024-06-26T08:30:00.321738597Z 2024-06-26T08:30:00.327814407Z [2024-06-26T08:30:00.327+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:25:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:30:00.327917133Z [2024-06-26T08:30:00.327+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:25:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:30:00.328135006Z [2024-06-26T08:30:00.327+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:28:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:30:00.328211132Z [2024-06-26T08:30:00.328+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:28:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:30:00.328387490Z [2024-06-26T08:30:00.328+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:29:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:30:00.328506344Z [2024-06-26T08:30:00.328+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:29:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:30:00.328727727Z [2024-06-26T08:30:00.328+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:29:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:30:00.328829221Z [2024-06-26T08:30:00.328+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:29:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:30:00.687873304Z [2024-06-26T08:30:00.687+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:00.687908020Z [2024-06-26T08:30:00.687+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:28:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:00.687949785Z [2024-06-26T08:30:00.687+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:29:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:00.688053572Z [2024-06-26T08:30:00.687+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:29:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:00.717065041Z [2024-06-26T08:30:00.713+0000] {scheduler_job.py:635} INFO - Setting external_id for to eb3b38ad-2776-45df-a120-0ebbdd1f33c8 2024-06-26T08:30:00.717465175Z [2024-06-26T08:30:00.717+0000] {scheduler_job.py:635} INFO - Setting external_id for to bc49d306-bd65-4e72-ac3e-8b70cd67799d 2024-06-26T08:30:00.718226899Z [2024-06-26T08:30:00.717+0000] {scheduler_job.py:635} INFO - Setting external_id for to 081e579b-e61e-4d69-af2d-19ddec89c3af 2024-06-26T08:30:00.719621902Z [2024-06-26T08:30:00.718+0000] {scheduler_job.py:635} INFO - Setting external_id for to 30688a6f-8604-46b5-90c5-f2c8079435e8 2024-06-26T08:30:02.130796447Z [2024-06-26T08:30:02.129+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:30:02.131468556Z [2024-06-26T08:30:02.131+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:28:00+00:00, run_id=scheduled__2024-06-26T08:28:00+00:00, run_start_date=2024-06-26 08:30:00.222343+00:00, run_end_date=2024-06-26 08:30:02.131044+00:00, run_duration=1.908701, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:28:00+00:00, data_interval_end=2024-06-26 08:30:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:30:02.141833891Z [2024-06-26T08:30:02.141+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:30:00+00:00, run_after=2024-06-26T08:32:00+00:00 2024-06-26T08:30:02.242608680Z [2024-06-26T08:30:02.242+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:28:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:02.260865237Z [2024-06-26T08:30:02.260+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:28:00+00:00, map_index=-1, run_start_date=2024-06-26 08:30:01.593131+00:00, run_end_date=2024-06-26 08:30:02.073634+00:00, run_duration=0.480503, state=success, executor_state=success, try_number=1, max_tries=1, job_id=13, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:00.323024+00:00, queued_by_job_id=2, pid=282 2024-06-26T08:30:05.580314612Z [2024-06-26T08:30:05.579+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:30:05.580339276Z 2024-06-26T08:30:05.580639091Z [2024-06-26T08:30:05.580+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:30:05.582915698Z [2024-06-26T08:30:05.582+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:30:05.582937036Z 2024-06-26T08:30:05.588728035Z [2024-06-26T08:30:05.588+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:25:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:30:05.588965295Z [2024-06-26T08:30:05.588+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:25:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:30:05.675394189Z [2024-06-26T08:30:05.675+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:05.675652541Z [2024-06-26T08:30:05.675+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:05.692792451Z [2024-06-26T08:30:05.692+0000] {scheduler_job.py:635} INFO - Setting external_id for to 4970adfd-be83-45eb-b751-c23f0cb36a8f 2024-06-26T08:30:05.697882671Z [2024-06-26T08:30:05.697+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:25:00+00:00, map_index=-1, run_start_date=2024-06-26 08:30:03.406314+00:00, run_end_date=2024-06-26 08:30:04.433728+00:00, run_duration=1.027414, state=success, executor_state=success, try_number=1, max_tries=1, job_id=15, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:00.323024+00:00, queued_by_job_id=2, pid=314 2024-06-26T08:30:06.893889980Z [2024-06-26T08:30:06.890+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:30:06.894389401Z [2024-06-26T08:30:06.894+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:29:00+00:00, run_id=scheduled__2024-06-26T08:29:00+00:00, run_start_date=2024-06-26 08:30:00.224331+00:00, run_end_date=2024-06-26 08:30:06.893839+00:00, run_duration=6.669508, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:29:00+00:00, data_interval_end=2024-06-26 08:30:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:30:06.926674064Z [2024-06-26T08:30:06.926+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:30:00+00:00, run_after=2024-06-26T08:31:00+00:00 2024-06-26T08:30:06.934416190Z [2024-06-26T08:30:06.934+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:30:06.935405961Z [2024-06-26T08:30:06.934+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:29:00+00:00, run_id=scheduled__2024-06-26T08:29:00+00:00, run_start_date=2024-06-26 08:30:00.223345+00:00, run_end_date=2024-06-26 08:30:06.934341+00:00, run_duration=6.710996, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:29:00+00:00, data_interval_end=2024-06-26 08:30:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:30:06.955309643Z [2024-06-26T08:30:06.954+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:30:00+00:00, run_after=2024-06-26T08:31:00+00:00 2024-06-26T08:30:07.006100697Z [2024-06-26T08:30:07.002+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:29:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:07.006128818Z [2024-06-26T08:30:07.005+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:29:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:07.020703310Z [2024-06-26T08:30:07.012+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:29:00+00:00, map_index=-1, run_start_date=2024-06-26 08:30:02.898493+00:00, run_end_date=2024-06-26 08:30:06.228978+00:00, run_duration=3.330485, state=success, executor_state=success, try_number=1, max_tries=1, job_id=14, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:00.323024+00:00, queued_by_job_id=2, pid=313 2024-06-26T08:30:07.020715115Z [2024-06-26T08:30:07.012+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:29:00+00:00, map_index=-1, run_start_date=2024-06-26 08:30:04.070687+00:00, run_end_date=2024-06-26 08:30:06.081859+00:00, run_duration=2.011172, state=success, executor_state=success, try_number=1, max_tries=1, job_id=16, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:00.323024+00:00, queued_by_job_id=2, pid=342 2024-06-26T08:30:09.014684488Z [2024-06-26T08:30:09.014+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:30:09.014713070Z 2024-06-26T08:30:09.014785406Z [2024-06-26T08:30:09.014+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:30:09.015589307Z [2024-06-26T08:30:09.015+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:30:09.015598347Z 2024-06-26T08:30:09.022556356Z [2024-06-26T08:30:09.021+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:25:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:30:09.022654608Z [2024-06-26T08:30:09.022+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:25:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:30:09.100344935Z [2024-06-26T08:30:09.099+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:09.100364357Z [2024-06-26T08:30:09.100+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:09.108565764Z [2024-06-26T08:30:09.108+0000] {scheduler_job.py:635} INFO - Setting external_id for to 1988966c-c2ec-4580-bfd8-95e2183d9a86 2024-06-26T08:30:09.108735730Z [2024-06-26T08:30:09.108+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:25:00+00:00, map_index=-1, run_start_date=2024-06-26 08:30:07.867840+00:00, run_end_date=2024-06-26 08:30:08.240636+00:00, run_duration=0.372796, state=success, executor_state=success, try_number=1, max_tries=1, job_id=17, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:05.585596+00:00, queued_by_job_id=2, pid=363 2024-06-26T08:30:11.760855591Z [2024-06-26T08:30:11.760+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:30:11.760896102Z 2024-06-26T08:30:11.760903949Z [2024-06-26T08:30:11.760+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:30:11.761377548Z [2024-06-26T08:30:11.761+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:30:11.761391331Z 2024-06-26T08:30:11.763435860Z [2024-06-26T08:30:11.763+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:25:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:30:11.763486394Z [2024-06-26T08:30:11.763+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:25:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:30:11.833623693Z [2024-06-26T08:30:11.833+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status queued for try_number 1 2024-06-26T08:30:11.837264325Z [2024-06-26T08:30:11.837+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:11.843712817Z [2024-06-26T08:30:11.843+0000] {scheduler_job.py:635} INFO - Setting external_id for to 30d2de60-691c-4451-ab2b-a578d39e9e1e 2024-06-26T08:30:11.844025706Z [2024-06-26T08:30:11.843+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:25:00+00:00, map_index=0, run_start_date=2024-06-26 08:30:11.087804+00:00, run_end_date=2024-06-26 08:30:11.464426+00:00, run_duration=0.376622, state=success, executor_state=success, try_number=1, max_tries=1, job_id=18, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:09.016062+00:00, queued_by_job_id=2, pid=374 2024-06-26T08:30:15.804425774Z [2024-06-26T08:30:15.803+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:30:15.805571950Z [2024-06-26T08:30:15.804+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:25:00+00:00, run_id=scheduled__2024-06-26T08:25:00+00:00, run_start_date=2024-06-26 08:30:00.220906+00:00, run_end_date=2024-06-26 08:30:15.804348+00:00, run_duration=15.583442, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:25:00+00:00, data_interval_end=2024-06-26 08:30:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:30:15.813042136Z [2024-06-26T08:30:15.812+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:30:00+00:00, run_after=2024-06-26T08:35:00+00:00 2024-06-26T08:30:15.845232239Z [2024-06-26T08:30:15.844+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:25:00+00:00 exited with status success for try_number 1 2024-06-26T08:30:15.851755267Z [2024-06-26T08:30:15.850+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:25:00+00:00, map_index=-1, run_start_date=2024-06-26 08:30:14.096117+00:00, run_end_date=2024-06-26 08:30:14.654671+00:00, run_duration=0.558554, state=success, executor_state=success, try_number=1, max_tries=1, job_id=19, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:30:11.761609+00:00, queued_by_job_id=2, pid=386 2024-06-26T08:31:00.318053115Z [2024-06-26T08:31:00.317+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:31:00.331598988Z [2024-06-26T08:31:00.331+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:31:00+00:00, run_after=2024-06-26T08:32:00+00:00 2024-06-26T08:31:00.398486329Z [2024-06-26T08:31:00.398+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:31:00.398503911Z 2024-06-26T08:31:00.398508447Z 2024-06-26T08:31:00.398755644Z [2024-06-26T08:31:00.398+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:31:00.398928155Z [2024-06-26T08:31:00.398+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:31:00.399520788Z [2024-06-26T08:31:00.399+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:31:00.399526848Z 2024-06-26T08:31:00.399530514Z 2024-06-26T08:31:00.402784956Z [2024-06-26T08:31:00.402+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:31:00.403001354Z [2024-06-26T08:31:00.402+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:31:00.403277548Z [2024-06-26T08:31:00.403+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:31:00.403458200Z [2024-06-26T08:31:00.403+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:31:00.563873943Z [2024-06-26T08:31:00.563+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:31:00.564050798Z [2024-06-26T08:31:00.563+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:31:00.573595273Z [2024-06-26T08:31:00.572+0000] {scheduler_job.py:635} INFO - Setting external_id for to 11bf4753-7ecd-4f13-8dfd-61c0f4a15e4e 2024-06-26T08:31:00.573881693Z [2024-06-26T08:31:00.573+0000] {scheduler_job.py:635} INFO - Setting external_id for to 6cf342bf-6279-462a-ace9-cd433b91cf02 2024-06-26T08:31:03.929617023Z [2024-06-26T08:31:03.929+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:31:03.930578629Z [2024-06-26T08:31:03.930+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:30:00+00:00, run_id=scheduled__2024-06-26T08:30:00+00:00, run_start_date=2024-06-26 08:31:00.347780+00:00, run_end_date=2024-06-26 08:31:03.929897+00:00, run_duration=3.582117, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:30:00+00:00, data_interval_end=2024-06-26 08:31:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:31:03.947319481Z [2024-06-26T08:31:03.947+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:31:00+00:00, run_after=2024-06-26T08:32:00+00:00 2024-06-26T08:31:04.036973370Z [2024-06-26T08:31:04.036+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:31:04.044169895Z [2024-06-26T08:31:04.043+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=-1, run_start_date=2024-06-26 08:31:02.357444+00:00, run_end_date=2024-06-26 08:31:03.724109+00:00, run_duration=1.366665, state=success, executor_state=success, try_number=1, max_tries=1, job_id=21, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:31:00.400066+00:00, queued_by_job_id=2, pid=423 2024-06-26T08:31:05.097429922Z [2024-06-26T08:31:05.097+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:31:05.097771912Z [2024-06-26T08:31:05.097+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:30:00+00:00, run_id=scheduled__2024-06-26T08:30:00+00:00, run_start_date=2024-06-26 08:31:00.346328+00:00, run_end_date=2024-06-26 08:31:05.097347+00:00, run_duration=4.751019, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:30:00+00:00, data_interval_end=2024-06-26 08:31:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:31:05.106936331Z [2024-06-26T08:31:05.106+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:31:00+00:00, run_after=2024-06-26T08:32:00+00:00 2024-06-26T08:31:05.152784516Z [2024-06-26T08:31:05.152+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:31:05.162657960Z [2024-06-26T08:31:05.162+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=-1, run_start_date=2024-06-26 08:31:02.364159+00:00, run_end_date=2024-06-26 08:31:03.971886+00:00, run_duration=1.607727, state=success, executor_state=success, try_number=1, max_tries=1, job_id=20, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:31:00.400066+00:00, queued_by_job_id=2, pid=422 2024-06-26T08:32:00.663110588Z [2024-06-26T08:32:00.662+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:32:00+00:00, run_after=2024-06-26T08:33:00+00:00 2024-06-26T08:32:00.670696612Z [2024-06-26T08:32:00.670+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:32:00.676987439Z [2024-06-26T08:32:00.676+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:32:00.737470154Z [2024-06-26T08:32:00.737+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:32:00.737492364Z 2024-06-26T08:32:00.737502326Z 2024-06-26T08:32:00.737506690Z 2024-06-26T08:32:00.737627454Z [2024-06-26T08:32:00.737+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:32:00.737760007Z [2024-06-26T08:32:00.737+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:32:00.737878205Z [2024-06-26T08:32:00.737+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:32:00.738681591Z [2024-06-26T08:32:00.738+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:32:00.738695425Z 2024-06-26T08:32:00.738701459Z 2024-06-26T08:32:00.738706398Z 2024-06-26T08:32:00.742228016Z [2024-06-26T08:32:00.741+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:32:00.742410723Z [2024-06-26T08:32:00.742+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:32:00.743072089Z [2024-06-26T08:32:00.742+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:31:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:32:00.743190874Z [2024-06-26T08:32:00.743+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:31:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:32:00.743424457Z [2024-06-26T08:32:00.743+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:31:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:32:00.743549845Z [2024-06-26T08:32:00.743+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:31:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:32:00.998601250Z [2024-06-26T08:32:00.998+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:32:00.998699847Z [2024-06-26T08:32:00.998+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:31:00+00:00 exited with status queued for try_number 1 2024-06-26T08:32:00.998833243Z [2024-06-26T08:32:00.998+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:31:00+00:00 exited with status queued for try_number 1 2024-06-26T08:32:01.012902997Z [2024-06-26T08:32:01.012+0000] {scheduler_job.py:635} INFO - Setting external_id for to 6b55cf29-fc03-4393-a81a-e40cbbbecd3e 2024-06-26T08:32:01.013055075Z [2024-06-26T08:32:01.012+0000] {scheduler_job.py:635} INFO - Setting external_id for to b675456c-4bfd-4bb8-ad0c-379372d15abc 2024-06-26T08:32:01.013233362Z [2024-06-26T08:32:01.013+0000] {scheduler_job.py:635} INFO - Setting external_id for to e79574e3-0dc8-48c9-bc88-87a5f03d416c 2024-06-26T08:32:02.612586453Z [2024-06-26T08:32:02.610+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:32:02.613337823Z [2024-06-26T08:32:02.613+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:30:00+00:00, run_id=scheduled__2024-06-26T08:30:00+00:00, run_start_date=2024-06-26 08:32:00.689510+00:00, run_end_date=2024-06-26 08:32:02.612882+00:00, run_duration=1.923372, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:30:00+00:00, data_interval_end=2024-06-26 08:32:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:32:02.626186725Z [2024-06-26T08:32:02.625+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:32:00+00:00, run_after=2024-06-26T08:34:00+00:00 2024-06-26T08:32:02.694658425Z [2024-06-26T08:32:02.693+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:32:02.699800189Z [2024-06-26T08:32:02.699+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=-1, run_start_date=2024-06-26 08:32:01.720910+00:00, run_end_date=2024-06-26 08:32:02.089699+00:00, run_duration=0.368789, state=success, executor_state=success, try_number=1, max_tries=1, job_id=22, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:32:00.739284+00:00, queued_by_job_id=2, pid=458 2024-06-26T08:32:04.934556148Z [2024-06-26T08:32:04.934+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:32:04.934877923Z [2024-06-26T08:32:04.934+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:31:00+00:00, run_id=scheduled__2024-06-26T08:31:00+00:00, run_start_date=2024-06-26 08:32:00.691630+00:00, run_end_date=2024-06-26 08:32:04.934563+00:00, run_duration=4.242933, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:31:00+00:00, data_interval_end=2024-06-26 08:32:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:32:04.945820878Z [2024-06-26T08:32:04.945+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:32:00+00:00, run_after=2024-06-26T08:33:00+00:00 2024-06-26T08:32:04.996856278Z [2024-06-26T08:32:04.996+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:31:00+00:00 exited with status success for try_number 1 2024-06-26T08:32:05.005910751Z [2024-06-26T08:32:05.005+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:31:00+00:00, map_index=-1, run_start_date=2024-06-26 08:32:02.926743+00:00, run_end_date=2024-06-26 08:32:04.754779+00:00, run_duration=1.828036, state=success, executor_state=success, try_number=1, max_tries=1, job_id=23, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:32:00.739284+00:00, queued_by_job_id=2, pid=488 2024-06-26T08:32:06.073683159Z [2024-06-26T08:32:06.073+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:32:06.073873963Z [2024-06-26T08:32:06.073+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:31:00+00:00, run_id=scheduled__2024-06-26T08:31:00+00:00, run_start_date=2024-06-26 08:32:00.690705+00:00, run_end_date=2024-06-26 08:32:06.073599+00:00, run_duration=5.382894, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:31:00+00:00, data_interval_end=2024-06-26 08:32:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:32:06.090383383Z [2024-06-26T08:32:06.089+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:32:00+00:00, run_after=2024-06-26T08:33:00+00:00 2024-06-26T08:32:06.128318934Z [2024-06-26T08:32:06.127+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:31:00+00:00 exited with status success for try_number 1 2024-06-26T08:32:06.136714602Z [2024-06-26T08:32:06.136+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:31:00+00:00, map_index=-1, run_start_date=2024-06-26 08:32:03.339061+00:00, run_end_date=2024-06-26 08:32:05.358012+00:00, run_duration=2.018951, state=success, executor_state=success, try_number=1, max_tries=1, job_id=24, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:32:00.739284+00:00, queued_by_job_id=2, pid=493 2024-06-26T08:32:55.012385505Z [2024-06-26T08:32:55.011+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:33:01.048085575Z [2024-06-26T08:33:01.047+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:33:01.064566339Z [2024-06-26T08:33:01.064+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:33:00+00:00, run_after=2024-06-26T08:34:00+00:00 2024-06-26T08:33:01.122506830Z [2024-06-26T08:33:01.122+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:33:01.122533819Z 2024-06-26T08:33:01.122537580Z 2024-06-26T08:33:01.122726397Z [2024-06-26T08:33:01.122+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:33:01.122805942Z [2024-06-26T08:33:01.122+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:33:01.123331588Z [2024-06-26T08:33:01.123+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:33:01.123339352Z 2024-06-26T08:33:01.123342763Z 2024-06-26T08:33:01.126014543Z [2024-06-26T08:33:01.125+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:32:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:33:01.126096372Z [2024-06-26T08:33:01.125+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:32:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:33:01.126370673Z [2024-06-26T08:33:01.126+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:32:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:33:01.126591311Z [2024-06-26T08:33:01.126+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:32:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:33:01.322256412Z [2024-06-26T08:33:01.321+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:32:00+00:00 exited with status queued for try_number 1 2024-06-26T08:33:01.324196765Z [2024-06-26T08:33:01.322+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:32:00+00:00 exited with status queued for try_number 1 2024-06-26T08:33:01.330996247Z [2024-06-26T08:33:01.330+0000] {scheduler_job.py:635} INFO - Setting external_id for to e40f5aee-59cd-454b-9a41-f406c87aff00 2024-06-26T08:33:01.331261512Z [2024-06-26T08:33:01.331+0000] {scheduler_job.py:635} INFO - Setting external_id for to e40a633e-97a5-42b8-a8bb-7b902937f419 2024-06-26T08:33:05.538129703Z [2024-06-26T08:33:05.537+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:33:05.541715626Z [2024-06-26T08:33:05.541+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:32:00+00:00, run_id=scheduled__2024-06-26T08:32:00+00:00, run_start_date=2024-06-26 08:33:01.083164+00:00, run_end_date=2024-06-26 08:33:05.538079+00:00, run_duration=4.454915, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:32:00+00:00, data_interval_end=2024-06-26 08:33:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:33:05.561801327Z [2024-06-26T08:33:05.560+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:33:00+00:00, run_after=2024-06-26T08:34:00+00:00 2024-06-26T08:33:05.575515063Z [2024-06-26T08:33:05.575+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:33:05.576012329Z [2024-06-26T08:33:05.575+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:32:00+00:00, run_id=scheduled__2024-06-26T08:32:00+00:00, run_start_date=2024-06-26 08:33:01.085099+00:00, run_end_date=2024-06-26 08:33:05.575457+00:00, run_duration=4.490358, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:32:00+00:00, data_interval_end=2024-06-26 08:33:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:33:05.588969399Z [2024-06-26T08:33:05.588+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:33:00+00:00, run_after=2024-06-26T08:34:00+00:00 2024-06-26T08:33:05.626136189Z [2024-06-26T08:33:05.625+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:32:00+00:00 exited with status success for try_number 1 2024-06-26T08:33:05.626369609Z [2024-06-26T08:33:05.626+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:32:00+00:00 exited with status success for try_number 1 2024-06-26T08:33:05.637889920Z [2024-06-26T08:33:05.637+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:32:00+00:00, map_index=-1, run_start_date=2024-06-26 08:33:03.430221+00:00, run_end_date=2024-06-26 08:33:04.944996+00:00, run_duration=1.514775, state=success, executor_state=success, try_number=1, max_tries=1, job_id=26, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:33:01.123895+00:00, queued_by_job_id=2, pid=543 2024-06-26T08:33:05.638252589Z [2024-06-26T08:33:05.637+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:32:00+00:00, map_index=-1, run_start_date=2024-06-26 08:33:03.338187+00:00, run_end_date=2024-06-26 08:33:05.214626+00:00, run_duration=1.876439, state=success, executor_state=success, try_number=1, max_tries=1, job_id=25, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:33:01.123895+00:00, queued_by_job_id=2, pid=544 2024-06-26T08:34:00.398463861Z [2024-06-26T08:34:00.398+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:34:00.413102151Z [2024-06-26T08:34:00.411+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:34:00.436621250Z [2024-06-26T08:34:00.436+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:34:00+00:00, run_after=2024-06-26T08:35:00+00:00 2024-06-26T08:34:00.536662973Z [2024-06-26T08:34:00.536+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:34:00.536682364Z 2024-06-26T08:34:00.536690688Z 2024-06-26T08:34:00.536695282Z 2024-06-26T08:34:00.537645181Z [2024-06-26T08:34:00.537+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:34:00.538086694Z [2024-06-26T08:34:00.537+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:34:00.539954420Z [2024-06-26T08:34:00.539+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:34:00.541358694Z [2024-06-26T08:34:00.540+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:34:00.541377579Z 2024-06-26T08:34:00.541384269Z 2024-06-26T08:34:00.541389997Z 2024-06-26T08:34:00.547726057Z [2024-06-26T08:34:00.547+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:32:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:34:00.548338286Z [2024-06-26T08:34:00.548+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:32:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:34:00.549067062Z [2024-06-26T08:34:00.548+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:33:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:34:00.549473524Z [2024-06-26T08:34:00.549+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:33:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:34:00.549947942Z [2024-06-26T08:34:00.549+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:33:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:34:00.550272635Z [2024-06-26T08:34:00.549+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:33:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:34:00.866427449Z [2024-06-26T08:34:00.865+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:32:00+00:00 exited with status queued for try_number 1 2024-06-26T08:34:00.866656790Z [2024-06-26T08:34:00.866+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:33:00+00:00 exited with status queued for try_number 1 2024-06-26T08:34:00.866808815Z [2024-06-26T08:34:00.866+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:33:00+00:00 exited with status queued for try_number 1 2024-06-26T08:34:00.879783710Z [2024-06-26T08:34:00.878+0000] {scheduler_job.py:635} INFO - Setting external_id for to bdbab4cc-314d-4d96-a468-8776322a466a 2024-06-26T08:34:00.880617773Z [2024-06-26T08:34:00.880+0000] {scheduler_job.py:635} INFO - Setting external_id for to 78811000-b028-4b65-bf88-88be589c9a0f 2024-06-26T08:34:00.880781479Z [2024-06-26T08:34:00.880+0000] {scheduler_job.py:635} INFO - Setting external_id for to 241ce732-4708-406d-8d5d-b7978d4be17d 2024-06-26T08:34:02.104305633Z [2024-06-26T08:34:02.103+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:34:02.107172245Z [2024-06-26T08:34:02.106+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:32:00+00:00, run_id=scheduled__2024-06-26T08:32:00+00:00, run_start_date=2024-06-26 08:34:00.452010+00:00, run_end_date=2024-06-26 08:34:02.106554+00:00, run_duration=1.654544, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:32:00+00:00, data_interval_end=2024-06-26 08:34:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:34:02.122864831Z [2024-06-26T08:34:02.122+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:34:00+00:00, run_after=2024-06-26T08:36:00+00:00 2024-06-26T08:34:02.169248852Z [2024-06-26T08:34:02.168+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:32:00+00:00 exited with status success for try_number 1 2024-06-26T08:34:02.177595761Z [2024-06-26T08:34:02.177+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:32:00+00:00, map_index=-1, run_start_date=2024-06-26 08:34:01.529877+00:00, run_end_date=2024-06-26 08:34:01.904843+00:00, run_duration=0.374966, state=success, executor_state=success, try_number=1, max_tries=1, job_id=27, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:34:00.542943+00:00, queued_by_job_id=2, pid=578 2024-06-26T08:34:05.450947126Z [2024-06-26T08:34:05.450+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:34:05.451218004Z [2024-06-26T08:34:05.450+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:33:00+00:00, run_id=scheduled__2024-06-26T08:33:00+00:00, run_start_date=2024-06-26 08:34:00.454015+00:00, run_end_date=2024-06-26 08:34:05.450793+00:00, run_duration=4.996778, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:33:00+00:00, data_interval_end=2024-06-26 08:34:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:34:05.460127746Z [2024-06-26T08:34:05.459+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:34:00+00:00, run_after=2024-06-26T08:35:00+00:00 2024-06-26T08:34:05.468394145Z [2024-06-26T08:34:05.467+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:34:05.468664857Z [2024-06-26T08:34:05.468+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:33:00+00:00, run_id=scheduled__2024-06-26T08:33:00+00:00, run_start_date=2024-06-26 08:34:00.455336+00:00, run_end_date=2024-06-26 08:34:05.468260+00:00, run_duration=5.012924, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:33:00+00:00, data_interval_end=2024-06-26 08:34:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:34:05.481900715Z [2024-06-26T08:34:05.481+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:34:00+00:00, run_after=2024-06-26T08:35:00+00:00 2024-06-26T08:34:05.514181152Z [2024-06-26T08:34:05.513+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:33:00+00:00 exited with status success for try_number 1 2024-06-26T08:34:05.514288659Z [2024-06-26T08:34:05.514+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:33:00+00:00 exited with status success for try_number 1 2024-06-26T08:34:05.521991402Z [2024-06-26T08:34:05.521+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:33:00+00:00, map_index=-1, run_start_date=2024-06-26 08:34:02.864706+00:00, run_end_date=2024-06-26 08:34:04.691360+00:00, run_duration=1.826654, state=success, executor_state=success, try_number=1, max_tries=1, job_id=29, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:34:00.542943+00:00, queued_by_job_id=2, pid=609 2024-06-26T08:34:05.522350719Z [2024-06-26T08:34:05.522+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:33:00+00:00, map_index=-1, run_start_date=2024-06-26 08:34:02.844709+00:00, run_end_date=2024-06-26 08:34:05.201885+00:00, run_duration=2.357176, state=success, executor_state=success, try_number=1, max_tries=1, job_id=28, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:34:00.542943+00:00, queued_by_job_id=2, pid=608 2024-06-26T08:35:00.768803597Z [2024-06-26T08:35:00.768+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:35:00.783123168Z [2024-06-26T08:35:00.782+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:35:00+00:00, run_after=2024-06-26T08:40:00+00:00 2024-06-26T08:35:00.800424003Z [2024-06-26T08:35:00.800+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:35:00+00:00, run_after=2024-06-26T08:36:00+00:00 2024-06-26T08:35:00.880319537Z [2024-06-26T08:35:00.879+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:35:00.880359516Z 2024-06-26T08:35:00.880365437Z 2024-06-26T08:35:00.880368750Z 2024-06-26T08:35:00.882099299Z [2024-06-26T08:35:00.880+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:35:00.885838293Z [2024-06-26T08:35:00.885+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:35:00.886505542Z [2024-06-26T08:35:00.886+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:35:00.887808642Z [2024-06-26T08:35:00.887+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:35:00.887819565Z 2024-06-26T08:35:00.887823193Z 2024-06-26T08:35:00.887826127Z 2024-06-26T08:35:00.895603835Z [2024-06-26T08:35:00.894+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:35:00.896128858Z [2024-06-26T08:35:00.895+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:35:00.896713966Z [2024-06-26T08:35:00.896+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:34:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:35:00.897143195Z [2024-06-26T08:35:00.896+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:34:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:35:00.897673161Z [2024-06-26T08:35:00.897+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:34:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:35:00.898079076Z [2024-06-26T08:35:00.897+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:34:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:35:01.345021446Z [2024-06-26T08:35:01.344+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:35:01.347451534Z [2024-06-26T08:35:01.347+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:34:00+00:00 exited with status queued for try_number 1 2024-06-26T08:35:01.347558193Z [2024-06-26T08:35:01.347+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:34:00+00:00 exited with status queued for try_number 1 2024-06-26T08:35:01.366627377Z [2024-06-26T08:35:01.366+0000] {scheduler_job.py:635} INFO - Setting external_id for to 8145910d-21c0-4984-8c8d-7384d5815733 2024-06-26T08:35:01.366809920Z [2024-06-26T08:35:01.366+0000] {scheduler_job.py:635} INFO - Setting external_id for to 2c3504cb-a82f-4681-8f5f-886614bac81d 2024-06-26T08:35:01.367485504Z [2024-06-26T08:35:01.367+0000] {scheduler_job.py:635} INFO - Setting external_id for to 069b6238-0037-46e7-bb6f-64aab8639da8 2024-06-26T08:35:06.980324513Z [2024-06-26T08:35:06.979+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:35:06.980340610Z 2024-06-26T08:35:06.980401366Z [2024-06-26T08:35:06.980+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:35:06.980934387Z [2024-06-26T08:35:06.980+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:35:06.980943565Z 2024-06-26T08:35:06.984576339Z [2024-06-26T08:35:06.984+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:35:06.984653960Z [2024-06-26T08:35:06.984+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:35:07.176923201Z [2024-06-26T08:35:07.173+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:35:07.176944951Z [2024-06-26T08:35:07.174+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:35:07.183526136Z [2024-06-26T08:35:07.180+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9d3b79db-0a98-4656-8dfe-16eef63a750c 2024-06-26T08:35:07.183541935Z [2024-06-26T08:35:07.180+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=-1, run_start_date=2024-06-26 08:35:05.402211+00:00, run_end_date=2024-06-26 08:35:05.931711+00:00, run_duration=0.5295, state=success, executor_state=success, try_number=1, max_tries=1, job_id=30, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:35:00.889615+00:00, queued_by_job_id=2, pid=665 2024-06-26T08:35:08.331839454Z [2024-06-26T08:35:08.331+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:35:08.332720699Z [2024-06-26T08:35:08.332+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:34:00+00:00, run_id=scheduled__2024-06-26T08:34:00+00:00, run_start_date=2024-06-26 08:35:00.813076+00:00, run_end_date=2024-06-26 08:35:08.331825+00:00, run_duration=7.518749, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:34:00+00:00, data_interval_end=2024-06-26 08:35:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:35:08.344594144Z [2024-06-26T08:35:08.343+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:35:00+00:00, run_after=2024-06-26T08:36:00+00:00 2024-06-26T08:35:08.353900584Z [2024-06-26T08:35:08.353+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:35:08.354278968Z [2024-06-26T08:35:08.354+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:34:00+00:00, run_id=scheduled__2024-06-26T08:34:00+00:00, run_start_date=2024-06-26 08:35:00.815280+00:00, run_end_date=2024-06-26 08:35:08.353950+00:00, run_duration=7.53867, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:34:00+00:00, data_interval_end=2024-06-26 08:35:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:35:08.365780160Z [2024-06-26T08:35:08.365+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:35:00+00:00, run_after=2024-06-26T08:36:00+00:00 2024-06-26T08:35:08.450225569Z [2024-06-26T08:35:08.449+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:34:00+00:00 exited with status success for try_number 1 2024-06-26T08:35:08.450271328Z [2024-06-26T08:35:08.450+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:34:00+00:00 exited with status success for try_number 1 2024-06-26T08:35:08.456647768Z [2024-06-26T08:35:08.456+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:34:00+00:00, map_index=-1, run_start_date=2024-06-26 08:35:05.549081+00:00, run_end_date=2024-06-26 08:35:07.806801+00:00, run_duration=2.25772, state=success, executor_state=success, try_number=1, max_tries=1, job_id=31, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:35:00.889615+00:00, queued_by_job_id=2, pid=666 2024-06-26T08:35:08.456787936Z [2024-06-26T08:35:08.456+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:34:00+00:00, map_index=-1, run_start_date=2024-06-26 08:35:06.374615+00:00, run_end_date=2024-06-26 08:35:07.975905+00:00, run_duration=1.60129, state=success, executor_state=success, try_number=1, max_tries=1, job_id=32, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:35:00.889615+00:00, queued_by_job_id=2, pid=694 2024-06-26T08:35:10.903404443Z [2024-06-26T08:35:10.902+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:35:10.903439598Z 2024-06-26T08:35:10.903741389Z [2024-06-26T08:35:10.903+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:35:10.906318707Z [2024-06-26T08:35:10.906+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:35:10.906381529Z 2024-06-26T08:35:10.909893461Z [2024-06-26T08:35:10.909+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:35:10.910316907Z [2024-06-26T08:35:10.910+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:35:10.997966934Z [2024-06-26T08:35:10.997+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:35:10.998355901Z [2024-06-26T08:35:10.997+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:35:11.013998396Z [2024-06-26T08:35:11.013+0000] {scheduler_job.py:635} INFO - Setting external_id for to 69c6cca7-b6ba-4fef-9368-75eddda9baa0 2024-06-26T08:35:11.014376888Z [2024-06-26T08:35:11.014+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=-1, run_start_date=2024-06-26 08:35:09.170680+00:00, run_end_date=2024-06-26 08:35:09.691013+00:00, run_duration=0.520333, state=success, executor_state=success, try_number=1, max_tries=1, job_id=33, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:35:06.981242+00:00, queued_by_job_id=2, pid=715 2024-06-26T08:35:14.686882172Z [2024-06-26T08:35:14.686+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:35:14.686903844Z 2024-06-26T08:35:14.687097826Z [2024-06-26T08:35:14.686+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:35:14.687696399Z [2024-06-26T08:35:14.687+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:35:14.687705883Z 2024-06-26T08:35:14.690942055Z [2024-06-26T08:35:14.690+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:30:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:35:14.693645762Z [2024-06-26T08:35:14.693+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:35:14.816710387Z [2024-06-26T08:35:14.816+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status queued for try_number 1 2024-06-26T08:35:14.816802337Z [2024-06-26T08:35:14.816+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:35:14.840391813Z [2024-06-26T08:35:14.840+0000] {scheduler_job.py:635} INFO - Setting external_id for to 7577b82b-6238-48aa-be06-053c97df6190 2024-06-26T08:35:14.841051270Z [2024-06-26T08:35:14.840+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=0, run_start_date=2024-06-26 08:35:13.540708+00:00, run_end_date=2024-06-26 08:35:13.950329+00:00, run_duration=0.409621, state=success, executor_state=success, try_number=1, max_tries=1, job_id=34, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:35:10.906994+00:00, queued_by_job_id=2, pid=727 2024-06-26T08:35:18.524707971Z [2024-06-26T08:35:18.524+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:35:18.525063616Z [2024-06-26T08:35:18.524+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:30:00+00:00, run_id=scheduled__2024-06-26T08:30:00+00:00, run_start_date=2024-06-26 08:35:00.811720+00:00, run_end_date=2024-06-26 08:35:18.524604+00:00, run_duration=17.712884, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:30:00+00:00, data_interval_end=2024-06-26 08:35:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:35:18.532072860Z [2024-06-26T08:35:18.531+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:35:00+00:00, run_after=2024-06-26T08:40:00+00:00 2024-06-26T08:35:18.598125491Z [2024-06-26T08:35:18.597+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:30:00+00:00 exited with status success for try_number 1 2024-06-26T08:35:18.614498089Z [2024-06-26T08:35:18.614+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:30:00+00:00, map_index=-1, run_start_date=2024-06-26 08:35:17.131433+00:00, run_end_date=2024-06-26 08:35:17.513709+00:00, run_duration=0.382276, state=success, executor_state=success, try_number=1, max_tries=1, job_id=35, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:35:14.688114+00:00, queued_by_job_id=2, pid=739 2024-06-26T08:36:00.073255577Z [2024-06-26T08:36:00.072+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:36:00+00:00, run_after=2024-06-26T08:37:00+00:00 2024-06-26T08:36:00.084538167Z [2024-06-26T08:36:00.084+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:36:00.097347730Z [2024-06-26T08:36:00.096+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:36:00.235368996Z [2024-06-26T08:36:00.235+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:36:00.235394981Z 2024-06-26T08:36:00.235399659Z 2024-06-26T08:36:00.235403315Z 2024-06-26T08:36:00.235414160Z [2024-06-26T08:36:00.235+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:36:00.235461426Z [2024-06-26T08:36:00.235+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:36:00.235544158Z [2024-06-26T08:36:00.235+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:36:00.236044541Z [2024-06-26T08:36:00.235+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:36:00.236057898Z 2024-06-26T08:36:00.236079481Z 2024-06-26T08:36:00.236083194Z 2024-06-26T08:36:00.238793885Z [2024-06-26T08:36:00.238+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:34:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:36:00.238878209Z [2024-06-26T08:36:00.238+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:34:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:36:00.239064305Z [2024-06-26T08:36:00.238+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:35:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:36:00.239123247Z [2024-06-26T08:36:00.239+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:35:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:36:00.239290332Z [2024-06-26T08:36:00.239+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:35:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:36:00.239356059Z [2024-06-26T08:36:00.239+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:35:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:36:00.568025669Z [2024-06-26T08:36:00.567+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:34:00+00:00 exited with status queued for try_number 1 2024-06-26T08:36:00.568139915Z [2024-06-26T08:36:00.567+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status queued for try_number 1 2024-06-26T08:36:00.568279860Z [2024-06-26T08:36:00.568+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status queued for try_number 1 2024-06-26T08:36:00.578655119Z [2024-06-26T08:36:00.578+0000] {scheduler_job.py:635} INFO - Setting external_id for to cf38dd07-0a75-4a9c-b9bb-d64518518c9c 2024-06-26T08:36:00.578763148Z [2024-06-26T08:36:00.578+0000] {scheduler_job.py:635} INFO - Setting external_id for to 295e8bdc-fef2-47bc-8f46-f7f53719e34d 2024-06-26T08:36:00.578885104Z [2024-06-26T08:36:00.578+0000] {scheduler_job.py:635} INFO - Setting external_id for to 64edddd4-9472-4955-9432-5f52658e39ba 2024-06-26T08:36:01.799393536Z [2024-06-26T08:36:01.798+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:36:01.799930819Z [2024-06-26T08:36:01.799+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:34:00+00:00, run_id=scheduled__2024-06-26T08:34:00+00:00, run_start_date=2024-06-26 08:36:00.134153+00:00, run_end_date=2024-06-26 08:36:01.799431+00:00, run_duration=1.665278, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:34:00+00:00, data_interval_end=2024-06-26 08:36:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:36:01.811514155Z [2024-06-26T08:36:01.811+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:36:00+00:00, run_after=2024-06-26T08:38:00+00:00 2024-06-26T08:36:01.893794876Z [2024-06-26T08:36:01.893+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:34:00+00:00 exited with status success for try_number 1 2024-06-26T08:36:01.910462398Z [2024-06-26T08:36:01.910+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:34:00+00:00, map_index=-1, run_start_date=2024-06-26 08:36:01.125037+00:00, run_end_date=2024-06-26 08:36:01.622414+00:00, run_duration=0.497377, state=success, executor_state=success, try_number=1, max_tries=1, job_id=36, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:36:00.236593+00:00, queued_by_job_id=2, pid=756 2024-06-26T08:36:04.123710674Z [2024-06-26T08:36:04.120+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:36:04.128167021Z [2024-06-26T08:36:04.121+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:35:00+00:00, run_id=scheduled__2024-06-26T08:35:00+00:00, run_start_date=2024-06-26 08:36:00.141118+00:00, run_end_date=2024-06-26 08:36:04.121253+00:00, run_duration=3.980135, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:35:00+00:00, data_interval_end=2024-06-26 08:36:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:36:04.148630818Z [2024-06-26T08:36:04.148+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:36:00+00:00, run_after=2024-06-26T08:37:00+00:00 2024-06-26T08:36:05.271701166Z [2024-06-26T08:36:05.271+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:36:05.271974092Z [2024-06-26T08:36:05.271+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:35:00+00:00, run_id=scheduled__2024-06-26T08:35:00+00:00, run_start_date=2024-06-26 08:36:00.149495+00:00, run_end_date=2024-06-26 08:36:05.271595+00:00, run_duration=5.1221, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:35:00+00:00, data_interval_end=2024-06-26 08:36:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:36:05.284189514Z [2024-06-26T08:36:05.283+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:36:00+00:00, run_after=2024-06-26T08:37:00+00:00 2024-06-26T08:36:05.332261689Z [2024-06-26T08:36:05.331+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status success for try_number 1 2024-06-26T08:36:05.332567857Z [2024-06-26T08:36:05.332+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status success for try_number 1 2024-06-26T08:36:05.361249364Z [2024-06-26T08:36:05.360+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:35:00+00:00, map_index=-1, run_start_date=2024-06-26 08:36:02.623413+00:00, run_end_date=2024-06-26 08:36:04.058825+00:00, run_duration=1.435412, state=success, executor_state=success, try_number=1, max_tries=1, job_id=38, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:36:00.236593+00:00, queued_by_job_id=2, pid=787 2024-06-26T08:36:05.361746247Z [2024-06-26T08:36:05.361+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:35:00+00:00, map_index=-1, run_start_date=2024-06-26 08:36:02.534427+00:00, run_end_date=2024-06-26 08:36:04.470629+00:00, run_duration=1.936202, state=success, executor_state=success, try_number=1, max_tries=1, job_id=37, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:36:00.236593+00:00, queued_by_job_id=2, pid=786 2024-06-26T08:37:00.383981275Z [2024-06-26T08:37:00.383+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:37:00.399984006Z [2024-06-26T08:37:00.399+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:37:00+00:00, run_after=2024-06-26T08:38:00+00:00 2024-06-26T08:37:00.479319941Z [2024-06-26T08:37:00.478+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:37:00.479352807Z 2024-06-26T08:37:00.479356562Z 2024-06-26T08:37:00.479364361Z [2024-06-26T08:37:00.479+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:37:00.479488864Z [2024-06-26T08:37:00.479+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:37:00.480067002Z [2024-06-26T08:37:00.479+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:37:00.480078019Z 2024-06-26T08:37:00.480081443Z 2024-06-26T08:37:00.485657369Z [2024-06-26T08:37:00.484+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:36:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:37:00.485690804Z [2024-06-26T08:37:00.485+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:36:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:37:00.485694163Z [2024-06-26T08:37:00.485+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:36:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:37:00.485697576Z [2024-06-26T08:37:00.485+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:36:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:37:00.662740061Z [2024-06-26T08:37:00.662+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:36:00+00:00 exited with status queued for try_number 1 2024-06-26T08:37:00.662803394Z [2024-06-26T08:37:00.662+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:36:00+00:00 exited with status queued for try_number 1 2024-06-26T08:37:00.677225100Z [2024-06-26T08:37:00.676+0000] {scheduler_job.py:635} INFO - Setting external_id for to b4d2d80e-972f-480b-a79e-482cd5841547 2024-06-26T08:37:00.677521305Z [2024-06-26T08:37:00.677+0000] {scheduler_job.py:635} INFO - Setting external_id for to f2523979-fa0b-4f7c-a7ed-1cba970374ee 2024-06-26T08:37:04.984046727Z [2024-06-26T08:37:04.983+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:37:04.984561467Z [2024-06-26T08:37:04.984+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:36:00+00:00, run_id=scheduled__2024-06-26T08:36:00+00:00, run_start_date=2024-06-26 08:37:00.415113+00:00, run_end_date=2024-06-26 08:37:04.984210+00:00, run_duration=4.569097, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:36:00+00:00, data_interval_end=2024-06-26 08:37:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:37:04.994095964Z [2024-06-26T08:37:04.993+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:37:00+00:00, run_after=2024-06-26T08:38:00+00:00 2024-06-26T08:37:05.003006834Z [2024-06-26T08:37:05.002+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:37:05.003513973Z [2024-06-26T08:37:05.003+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:36:00+00:00, run_id=scheduled__2024-06-26T08:36:00+00:00, run_start_date=2024-06-26 08:37:00.418996+00:00, run_end_date=2024-06-26 08:37:05.003167+00:00, run_duration=4.584171, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:36:00+00:00, data_interval_end=2024-06-26 08:37:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:37:05.014397394Z [2024-06-26T08:37:05.013+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:37:00+00:00, run_after=2024-06-26T08:38:00+00:00 2024-06-26T08:37:05.056821791Z [2024-06-26T08:37:05.056+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:36:00+00:00 exited with status success for try_number 1 2024-06-26T08:37:05.057422128Z [2024-06-26T08:37:05.057+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:36:00+00:00 exited with status success for try_number 1 2024-06-26T08:37:05.069033085Z [2024-06-26T08:37:05.068+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:36:00+00:00, map_index=-1, run_start_date=2024-06-26 08:37:02.529577+00:00, run_end_date=2024-06-26 08:37:04.486419+00:00, run_duration=1.956842, state=success, executor_state=success, try_number=1, max_tries=1, job_id=39, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:37:00.480590+00:00, queued_by_job_id=2, pid=841 2024-06-26T08:37:05.069448508Z [2024-06-26T08:37:05.069+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:36:00+00:00, map_index=-1, run_start_date=2024-06-26 08:37:02.732965+00:00, run_end_date=2024-06-26 08:37:04.462828+00:00, run_duration=1.729863, state=success, executor_state=success, try_number=1, max_tries=1, job_id=40, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:37:00.480590+00:00, queued_by_job_id=2, pid=842 2024-06-26T08:37:55.081151262Z [2024-06-26T08:37:55.080+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:38:00.671718958Z [2024-06-26T08:38:00.671+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:38:00.678628098Z [2024-06-26T08:38:00.678+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:38:00.693635467Z [2024-06-26T08:38:00.693+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:38:00+00:00, run_after=2024-06-26T08:39:00+00:00 2024-06-26T08:38:00.770647666Z [2024-06-26T08:38:00.770+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:38:00.770680439Z 2024-06-26T08:38:00.770687687Z 2024-06-26T08:38:00.770693292Z 2024-06-26T08:38:00.771180634Z [2024-06-26T08:38:00.770+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:38:00.771554275Z [2024-06-26T08:38:00.771+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:38:00.771961359Z [2024-06-26T08:38:00.771+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:38:00.773171986Z [2024-06-26T08:38:00.772+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:38:00.773188986Z 2024-06-26T08:38:00.773195222Z 2024-06-26T08:38:00.773200530Z 2024-06-26T08:38:00.778161559Z [2024-06-26T08:38:00.777+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:36:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:38:00.778753589Z [2024-06-26T08:38:00.778+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:36:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:38:00.779787766Z [2024-06-26T08:38:00.779+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:37:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:38:00.781006696Z [2024-06-26T08:38:00.779+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:37:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:38:00.781428975Z [2024-06-26T08:38:00.781+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:37:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:38:00.781781603Z [2024-06-26T08:38:00.781+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:37:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:38:01.108754832Z [2024-06-26T08:38:01.105+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:36:00+00:00 exited with status queued for try_number 1 2024-06-26T08:38:01.108794651Z [2024-06-26T08:38:01.105+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:37:00+00:00 exited with status queued for try_number 1 2024-06-26T08:38:01.108798428Z [2024-06-26T08:38:01.106+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:37:00+00:00 exited with status queued for try_number 1 2024-06-26T08:38:01.123891991Z [2024-06-26T08:38:01.123+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9a809c20-fa8b-4f54-9c92-f7d90ec92232 2024-06-26T08:38:01.124140518Z [2024-06-26T08:38:01.123+0000] {scheduler_job.py:635} INFO - Setting external_id for to 7a04c65f-9754-41fe-94fa-e338e9833e17 2024-06-26T08:38:01.124320560Z [2024-06-26T08:38:01.124+0000] {scheduler_job.py:635} INFO - Setting external_id for to ec06f20e-f7eb-4119-9505-dc4666889955 2024-06-26T08:38:02.377726930Z [2024-06-26T08:38:02.376+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:38:02.378056341Z [2024-06-26T08:38:02.377+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:36:00+00:00, run_id=scheduled__2024-06-26T08:36:00+00:00, run_start_date=2024-06-26 08:38:00.709521+00:00, run_end_date=2024-06-26 08:38:02.377659+00:00, run_duration=1.668138, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:36:00+00:00, data_interval_end=2024-06-26 08:38:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:38:02.388138259Z [2024-06-26T08:38:02.387+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:38:00+00:00, run_after=2024-06-26T08:40:00+00:00 2024-06-26T08:38:02.435532421Z [2024-06-26T08:38:02.435+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:36:00+00:00 exited with status success for try_number 1 2024-06-26T08:38:02.440363335Z [2024-06-26T08:38:02.440+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:36:00+00:00, map_index=-1, run_start_date=2024-06-26 08:38:01.700477+00:00, run_end_date=2024-06-26 08:38:02.154462+00:00, run_duration=0.453985, state=success, executor_state=success, try_number=1, max_tries=1, job_id=41, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:38:00.774553+00:00, queued_by_job_id=2, pid=877 2024-06-26T08:38:05.835352631Z [2024-06-26T08:38:05.834+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:38:05.835769807Z [2024-06-26T08:38:05.835+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:37:00+00:00, run_id=scheduled__2024-06-26T08:37:00+00:00, run_start_date=2024-06-26 08:38:00.711244+00:00, run_end_date=2024-06-26 08:38:05.835286+00:00, run_duration=5.124042, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:37:00+00:00, data_interval_end=2024-06-26 08:38:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:38:05.846748594Z [2024-06-26T08:38:05.846+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:38:00+00:00, run_after=2024-06-26T08:39:00+00:00 2024-06-26T08:38:05.854201683Z [2024-06-26T08:38:05.853+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:38:05.854533218Z [2024-06-26T08:38:05.854+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:37:00+00:00, run_id=scheduled__2024-06-26T08:37:00+00:00, run_start_date=2024-06-26 08:38:00.714716+00:00, run_end_date=2024-06-26 08:38:05.854051+00:00, run_duration=5.139335, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:37:00+00:00, data_interval_end=2024-06-26 08:38:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:38:05.871689670Z [2024-06-26T08:38:05.871+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:38:00+00:00, run_after=2024-06-26T08:39:00+00:00 2024-06-26T08:38:05.925693377Z [2024-06-26T08:38:05.925+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:37:00+00:00 exited with status success for try_number 1 2024-06-26T08:38:05.926177559Z [2024-06-26T08:38:05.925+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:37:00+00:00 exited with status success for try_number 1 2024-06-26T08:38:05.933423066Z [2024-06-26T08:38:05.933+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:37:00+00:00, map_index=-1, run_start_date=2024-06-26 08:38:03.296622+00:00, run_end_date=2024-06-26 08:38:05.217238+00:00, run_duration=1.920616, state=success, executor_state=success, try_number=1, max_tries=1, job_id=43, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:38:00.774553+00:00, queued_by_job_id=2, pid=908 2024-06-26T08:38:05.933775285Z [2024-06-26T08:38:05.933+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:37:00+00:00, map_index=-1, run_start_date=2024-06-26 08:38:03.075749+00:00, run_end_date=2024-06-26 08:38:05.574164+00:00, run_duration=2.498415, state=success, executor_state=success, try_number=1, max_tries=1, job_id=42, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:38:00.774553+00:00, queued_by_job_id=2, pid=907 2024-06-26T08:39:00.897471136Z [2024-06-26T08:39:00.896+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:39:00.910232198Z [2024-06-26T08:39:00.909+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:39:00+00:00, run_after=2024-06-26T08:40:00+00:00 2024-06-26T08:39:00.985946412Z [2024-06-26T08:39:00.985+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:39:00.985961827Z 2024-06-26T08:39:00.985965762Z 2024-06-26T08:39:00.986297579Z [2024-06-26T08:39:00.985+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:39:00.986470708Z [2024-06-26T08:39:00.986+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:39:00.987254466Z [2024-06-26T08:39:00.987+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:39:00.987265161Z 2024-06-26T08:39:00.987278354Z 2024-06-26T08:39:00.992607539Z [2024-06-26T08:39:00.992+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:38:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:39:00.992909978Z [2024-06-26T08:39:00.992+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:38:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:39:00.993438360Z [2024-06-26T08:39:00.993+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:38:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:39:00.993584632Z [2024-06-26T08:39:00.993+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:38:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:39:01.190296703Z [2024-06-26T08:39:01.189+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:38:00+00:00 exited with status queued for try_number 1 2024-06-26T08:39:01.190337306Z [2024-06-26T08:39:01.190+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:38:00+00:00 exited with status queued for try_number 1 2024-06-26T08:39:01.199179605Z [2024-06-26T08:39:01.198+0000] {scheduler_job.py:635} INFO - Setting external_id for to e2252057-1a39-4fb7-bc72-e053d38a6c0c 2024-06-26T08:39:01.199490273Z [2024-06-26T08:39:01.199+0000] {scheduler_job.py:635} INFO - Setting external_id for to 0f55307b-3fc2-4237-adaa-a9fd97c3601a 2024-06-26T08:39:05.681472692Z [2024-06-26T08:39:05.681+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:39:05.681984442Z [2024-06-26T08:39:05.681+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:38:00+00:00, run_id=scheduled__2024-06-26T08:38:00+00:00, run_start_date=2024-06-26 08:39:00.919804+00:00, run_end_date=2024-06-26 08:39:05.681597+00:00, run_duration=4.761793, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:38:00+00:00, data_interval_end=2024-06-26 08:39:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:39:05.695459991Z [2024-06-26T08:39:05.695+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:39:00+00:00, run_after=2024-06-26T08:40:00+00:00 2024-06-26T08:39:05.704907083Z [2024-06-26T08:39:05.702+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:39:05.704939169Z [2024-06-26T08:39:05.704+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:38:00+00:00, run_id=scheduled__2024-06-26T08:38:00+00:00, run_start_date=2024-06-26 08:39:00.921161+00:00, run_end_date=2024-06-26 08:39:05.704412+00:00, run_duration=4.783251, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:38:00+00:00, data_interval_end=2024-06-26 08:39:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:39:05.721923701Z [2024-06-26T08:39:05.721+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:39:00+00:00, run_after=2024-06-26T08:40:00+00:00 2024-06-26T08:39:05.764155063Z [2024-06-26T08:39:05.763+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:38:00+00:00 exited with status success for try_number 1 2024-06-26T08:39:05.764230853Z [2024-06-26T08:39:05.764+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:38:00+00:00 exited with status success for try_number 1 2024-06-26T08:39:05.775620807Z [2024-06-26T08:39:05.775+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:38:00+00:00, map_index=-1, run_start_date=2024-06-26 08:39:03.248649+00:00, run_end_date=2024-06-26 08:39:05.097670+00:00, run_duration=1.849021, state=success, executor_state=success, try_number=1, max_tries=1, job_id=44, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:39:00.987876+00:00, queued_by_job_id=2, pid=962 2024-06-26T08:39:05.775924779Z [2024-06-26T08:39:05.775+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:38:00+00:00, map_index=-1, run_start_date=2024-06-26 08:39:03.391392+00:00, run_end_date=2024-06-26 08:39:05.517498+00:00, run_duration=2.126106, state=success, executor_state=success, try_number=1, max_tries=1, job_id=45, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:39:00.987876+00:00, queued_by_job_id=2, pid=963 2024-06-26T08:40:00.105362699Z [2024-06-26T08:40:00.104+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:40:00.133744852Z [2024-06-26T08:40:00.133+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:40:00.151809558Z [2024-06-26T08:40:00.151+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:40:00+00:00, run_after=2024-06-26T08:41:00+00:00 2024-06-26T08:40:00.163767992Z [2024-06-26T08:40:00.163+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:40:00+00:00, run_after=2024-06-26T08:45:00+00:00 2024-06-26T08:40:00.258283316Z [2024-06-26T08:40:00.258+0000] {scheduler_job.py:360} INFO - 4 tasks up for execution: 2024-06-26T08:40:00.258302483Z 2024-06-26T08:40:00.258315669Z 2024-06-26T08:40:00.258320562Z 2024-06-26T08:40:00.258323587Z 2024-06-26T08:40:00.258419600Z [2024-06-26T08:40:00.258+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:40:00.258543619Z [2024-06-26T08:40:00.258+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:40:00.258657853Z [2024-06-26T08:40:00.258+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:40:00.258771608Z [2024-06-26T08:40:00.258+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:40:00.259336723Z [2024-06-26T08:40:00.259+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:40:00.259342888Z 2024-06-26T08:40:00.259346415Z 2024-06-26T08:40:00.259349649Z 2024-06-26T08:40:00.259352653Z 2024-06-26T08:40:00.262584261Z [2024-06-26T08:40:00.262+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:35:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:40:00.262809708Z [2024-06-26T08:40:00.262+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:35:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:40:00.263100196Z [2024-06-26T08:40:00.262+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:38:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:40:00.263231894Z [2024-06-26T08:40:00.263+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:38:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:40:00.263477134Z [2024-06-26T08:40:00.263+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:39:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:40:00.263614584Z [2024-06-26T08:40:00.263+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:39:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:40:00.263822798Z [2024-06-26T08:40:00.263+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:39:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:40:00.263951049Z [2024-06-26T08:40:00.263+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:39:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:40:00.631875424Z [2024-06-26T08:40:00.631+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:00.632160960Z [2024-06-26T08:40:00.632+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:38:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:00.632458709Z [2024-06-26T08:40:00.632+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:39:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:00.632764553Z [2024-06-26T08:40:00.632+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:39:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:00.673439873Z [2024-06-26T08:40:00.673+0000] {scheduler_job.py:635} INFO - Setting external_id for to f7ce3a53-71f7-4f54-a504-0829598ad8cd 2024-06-26T08:40:00.673849841Z [2024-06-26T08:40:00.673+0000] {scheduler_job.py:635} INFO - Setting external_id for to 56baf598-3628-40a9-9fed-c80b51cab5da 2024-06-26T08:40:00.674067334Z [2024-06-26T08:40:00.673+0000] {scheduler_job.py:635} INFO - Setting external_id for to 8a5a6413-d168-4a8a-974a-f624829ad8fe 2024-06-26T08:40:00.674613113Z [2024-06-26T08:40:00.674+0000] {scheduler_job.py:635} INFO - Setting external_id for to b700778f-f958-4564-bf5b-24e0a5b76fcb 2024-06-26T08:40:01.948993083Z [2024-06-26T08:40:01.948+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:40:01.949645284Z [2024-06-26T08:40:01.949+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:38:00+00:00, run_id=scheduled__2024-06-26T08:38:00+00:00, run_start_date=2024-06-26 08:40:00.179868+00:00, run_end_date=2024-06-26 08:40:01.949195+00:00, run_duration=1.769327, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:38:00+00:00, data_interval_end=2024-06-26 08:40:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:40:01.958519151Z [2024-06-26T08:40:01.958+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:40:00+00:00, run_after=2024-06-26T08:42:00+00:00 2024-06-26T08:40:02.010150682Z [2024-06-26T08:40:02.009+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:38:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:02.020097607Z [2024-06-26T08:40:02.019+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:38:00+00:00, map_index=-1, run_start_date=2024-06-26 08:40:01.256331+00:00, run_end_date=2024-06-26 08:40:01.695198+00:00, run_duration=0.438867, state=success, executor_state=success, try_number=1, max_tries=1, job_id=46, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:00.260143+00:00, queued_by_job_id=2, pid=998 2024-06-26T08:40:03.631937339Z [2024-06-26T08:40:03.631+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:40:03.631987096Z 2024-06-26T08:40:03.634694410Z [2024-06-26T08:40:03.631+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:40:03.635431639Z [2024-06-26T08:40:03.635+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:40:03.635444238Z 2024-06-26T08:40:03.640521949Z [2024-06-26T08:40:03.640+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:35:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:40:03.642755906Z [2024-06-26T08:40:03.642+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:35:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:40:03.782549990Z [2024-06-26T08:40:03.782+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:03.782688473Z [2024-06-26T08:40:03.782+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:03.797049580Z [2024-06-26T08:40:03.796+0000] {scheduler_job.py:635} INFO - Setting external_id for to e18254ad-976f-4c82-9c98-c0c96228aecd 2024-06-26T08:40:03.799415610Z [2024-06-26T08:40:03.797+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:35:00+00:00, map_index=-1, run_start_date=2024-06-26 08:40:02.666718+00:00, run_end_date=2024-06-26 08:40:03.294326+00:00, run_duration=0.627608, state=success, executor_state=success, try_number=1, max_tries=1, job_id=47, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:00.260143+00:00, queued_by_job_id=2, pid=1020 2024-06-26T08:40:05.471571442Z [2024-06-26T08:40:05.471+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:40:05.473931010Z [2024-06-26T08:40:05.473+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:39:00+00:00, run_id=scheduled__2024-06-26T08:39:00+00:00, run_start_date=2024-06-26 08:40:00.184474+00:00, run_end_date=2024-06-26 08:40:05.471473+00:00, run_duration=5.286999, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:39:00+00:00, data_interval_end=2024-06-26 08:40:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:40:05.488277974Z [2024-06-26T08:40:05.487+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:40:00+00:00, run_after=2024-06-26T08:41:00+00:00 2024-06-26T08:40:05.500669809Z [2024-06-26T08:40:05.500+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:40:05.500923209Z [2024-06-26T08:40:05.500+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:39:00+00:00, run_id=scheduled__2024-06-26T08:39:00+00:00, run_start_date=2024-06-26 08:40:00.185787+00:00, run_end_date=2024-06-26 08:40:05.500595+00:00, run_duration=5.314808, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:39:00+00:00, data_interval_end=2024-06-26 08:40:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:40:05.509920753Z [2024-06-26T08:40:05.509+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:40:00+00:00, run_after=2024-06-26T08:41:00+00:00 2024-06-26T08:40:05.553477294Z [2024-06-26T08:40:05.553+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:39:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:05.553516025Z [2024-06-26T08:40:05.553+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:39:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:05.561585534Z [2024-06-26T08:40:05.560+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:39:00+00:00, map_index=-1, run_start_date=2024-06-26 08:40:03.493008+00:00, run_end_date=2024-06-26 08:40:05.076917+00:00, run_duration=1.583909, state=success, executor_state=success, try_number=1, max_tries=1, job_id=49, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:00.260143+00:00, queued_by_job_id=2, pid=1049 2024-06-26T08:40:05.561873272Z [2024-06-26T08:40:05.561+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:39:00+00:00, map_index=-1, run_start_date=2024-06-26 08:40:03.106279+00:00, run_end_date=2024-06-26 08:40:05.154983+00:00, run_duration=2.048704, state=success, executor_state=success, try_number=1, max_tries=1, job_id=48, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:00.260143+00:00, queued_by_job_id=2, pid=1033 2024-06-26T08:40:07.751836747Z [2024-06-26T08:40:07.751+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:40:07.751856660Z 2024-06-26T08:40:07.752144424Z [2024-06-26T08:40:07.751+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:40:07.752827316Z [2024-06-26T08:40:07.752+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:40:07.752869573Z 2024-06-26T08:40:07.755862002Z [2024-06-26T08:40:07.755+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:35:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:40:07.756037932Z [2024-06-26T08:40:07.755+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:35:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:40:07.825294592Z [2024-06-26T08:40:07.824+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:07.825501213Z [2024-06-26T08:40:07.825+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:07.831325478Z [2024-06-26T08:40:07.830+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:35:00+00:00, map_index=-1, run_start_date=2024-06-26 08:40:06.231308+00:00, run_end_date=2024-06-26 08:40:06.656470+00:00, run_duration=0.425162, state=success, executor_state=success, try_number=1, max_tries=1, job_id=50, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:03.635957+00:00, queued_by_job_id=2, pid=1079 2024-06-26T08:40:07.831516093Z [2024-06-26T08:40:07.831+0000] {scheduler_job.py:635} INFO - Setting external_id for to 065c77f4-6fa6-489a-8ee4-a786bc8816e8 2024-06-26T08:40:11.707768016Z [2024-06-26T08:40:11.707+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:40:11.707786574Z 2024-06-26T08:40:11.707957869Z [2024-06-26T08:40:11.707+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:40:11.708800899Z [2024-06-26T08:40:11.708+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:40:11.708814108Z 2024-06-26T08:40:11.711423607Z [2024-06-26T08:40:11.711+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:35:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:40:11.711590216Z [2024-06-26T08:40:11.711+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:35:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:40:11.766970377Z [2024-06-26T08:40:11.766+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status queued for try_number 1 2024-06-26T08:40:11.767013911Z [2024-06-26T08:40:11.766+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:11.781441491Z [2024-06-26T08:40:11.780+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:35:00+00:00, map_index=0, run_start_date=2024-06-26 08:40:09.715275+00:00, run_end_date=2024-06-26 08:40:11.216483+00:00, run_duration=1.501208, state=success, executor_state=success, try_number=1, max_tries=1, job_id=51, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:07.753453+00:00, queued_by_job_id=2, pid=1091 2024-06-26T08:40:11.781728783Z [2024-06-26T08:40:11.781+0000] {scheduler_job.py:635} INFO - Setting external_id for to f25dac76-1385-448d-add5-6dbb67cbf5d4 2024-06-26T08:40:14.600210192Z [2024-06-26T08:40:14.599+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:40:14.600935470Z [2024-06-26T08:40:14.600+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:35:00+00:00, run_id=scheduled__2024-06-26T08:35:00+00:00, run_start_date=2024-06-26 08:40:00.178690+00:00, run_end_date=2024-06-26 08:40:14.600593+00:00, run_duration=14.421903, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:35:00+00:00, data_interval_end=2024-06-26 08:40:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:40:14.615279931Z [2024-06-26T08:40:14.614+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:40:00+00:00, run_after=2024-06-26T08:45:00+00:00 2024-06-26T08:40:14.646658674Z [2024-06-26T08:40:14.646+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:35:00+00:00 exited with status success for try_number 1 2024-06-26T08:40:14.651997654Z [2024-06-26T08:40:14.651+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:35:00+00:00, map_index=-1, run_start_date=2024-06-26 08:40:13.910419+00:00, run_end_date=2024-06-26 08:40:14.286521+00:00, run_duration=0.376102, state=success, executor_state=success, try_number=1, max_tries=1, job_id=52, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:40:11.709215+00:00, queued_by_job_id=2, pid=1112 2024-06-26T08:41:00.305423178Z [2024-06-26T08:41:00.304+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:41:00.317192941Z [2024-06-26T08:41:00.316+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:41:00+00:00, run_after=2024-06-26T08:42:00+00:00 2024-06-26T08:41:00.360621931Z [2024-06-26T08:41:00.360+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:41:00.360632635Z 2024-06-26T08:41:00.360635987Z 2024-06-26T08:41:00.360712196Z [2024-06-26T08:41:00.360+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:41:00.360957753Z [2024-06-26T08:41:00.360+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:41:00.361234571Z [2024-06-26T08:41:00.361+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:41:00.361238203Z 2024-06-26T08:41:00.361241706Z 2024-06-26T08:41:00.364070747Z [2024-06-26T08:41:00.363+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:41:00.364368049Z [2024-06-26T08:41:00.364+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:41:00.364817785Z [2024-06-26T08:41:00.364+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:41:00.364887686Z [2024-06-26T08:41:00.364+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:41:00.560532399Z [2024-06-26T08:41:00.560+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:41:00.560804861Z [2024-06-26T08:41:00.560+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:41:00.578835423Z [2024-06-26T08:41:00.578+0000] {scheduler_job.py:635} INFO - Setting external_id for to ce473ff3-b628-4525-b306-41b39a60808e 2024-06-26T08:41:00.579093473Z [2024-06-26T08:41:00.578+0000] {scheduler_job.py:635} INFO - Setting external_id for to 7a874c46-f7ac-43fe-ab8c-146369060f4b 2024-06-26T08:41:04.064533393Z [2024-06-26T08:41:04.064+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:41:04.064962653Z [2024-06-26T08:41:04.064+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:40:00+00:00, run_id=scheduled__2024-06-26T08:40:00+00:00, run_start_date=2024-06-26 08:41:00.328696+00:00, run_end_date=2024-06-26 08:41:04.064477+00:00, run_duration=3.735781, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:40:00+00:00, data_interval_end=2024-06-26 08:41:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:41:04.080796995Z [2024-06-26T08:41:04.080+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:41:00+00:00, run_after=2024-06-26T08:42:00+00:00 2024-06-26T08:41:04.168042824Z [2024-06-26T08:41:04.167+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:41:04.181778976Z [2024-06-26T08:41:04.181+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=-1, run_start_date=2024-06-26 08:41:02.472971+00:00, run_end_date=2024-06-26 08:41:03.919710+00:00, run_duration=1.446739, state=success, executor_state=success, try_number=1, max_tries=1, job_id=54, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:41:00.362071+00:00, queued_by_job_id=2, pid=1149 2024-06-26T08:41:05.231635574Z [2024-06-26T08:41:05.231+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:41:05.232189136Z [2024-06-26T08:41:05.231+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:40:00+00:00, run_id=scheduled__2024-06-26T08:40:00+00:00, run_start_date=2024-06-26 08:41:00.327534+00:00, run_end_date=2024-06-26 08:41:05.231826+00:00, run_duration=4.904292, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:40:00+00:00, data_interval_end=2024-06-26 08:41:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:41:05.242767999Z [2024-06-26T08:41:05.242+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:41:00+00:00, run_after=2024-06-26T08:42:00+00:00 2024-06-26T08:41:05.277641836Z [2024-06-26T08:41:05.277+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:41:05.285387103Z [2024-06-26T08:41:05.285+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=-1, run_start_date=2024-06-26 08:41:02.354550+00:00, run_end_date=2024-06-26 08:41:04.390728+00:00, run_duration=2.036178, state=success, executor_state=success, try_number=1, max_tries=1, job_id=53, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:41:00.362071+00:00, queued_by_job_id=2, pid=1148 2024-06-26T08:42:00.657199122Z [2024-06-26T08:42:00.656+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:42:00.666773770Z [2024-06-26T08:42:00.666+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:42:00.678457854Z [2024-06-26T08:42:00.678+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:42:00+00:00, run_after=2024-06-26T08:43:00+00:00 2024-06-26T08:42:00.765475225Z [2024-06-26T08:42:00.765+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:42:00.765490061Z 2024-06-26T08:42:00.765495354Z 2024-06-26T08:42:00.765498843Z 2024-06-26T08:42:00.765742136Z [2024-06-26T08:42:00.765+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:42:00.765965627Z [2024-06-26T08:42:00.765+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:42:00.766179130Z [2024-06-26T08:42:00.766+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:42:00.767157985Z [2024-06-26T08:42:00.766+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:42:00.767202964Z 2024-06-26T08:42:00.767211117Z 2024-06-26T08:42:00.767217415Z 2024-06-26T08:42:00.770717531Z [2024-06-26T08:42:00.770+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:42:00.770994397Z [2024-06-26T08:42:00.770+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:42:00.771320475Z [2024-06-26T08:42:00.771+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:41:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:42:00.771528257Z [2024-06-26T08:42:00.771+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:41:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:42:00.771790651Z [2024-06-26T08:42:00.771+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:41:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:42:00.771962970Z [2024-06-26T08:42:00.771+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:41:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:42:01.068595726Z [2024-06-26T08:42:01.067+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:42:01.068648730Z [2024-06-26T08:42:01.068+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:41:00+00:00 exited with status queued for try_number 1 2024-06-26T08:42:01.068835376Z [2024-06-26T08:42:01.068+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:41:00+00:00 exited with status queued for try_number 1 2024-06-26T08:42:01.082359293Z [2024-06-26T08:42:01.082+0000] {scheduler_job.py:635} INFO - Setting external_id for to 8db626f3-698e-45a1-a642-5646929b98ba 2024-06-26T08:42:01.083269423Z [2024-06-26T08:42:01.083+0000] {scheduler_job.py:635} INFO - Setting external_id for to 8509fa1d-9c92-480a-b135-49045db6e810 2024-06-26T08:42:01.083359381Z [2024-06-26T08:42:01.083+0000] {scheduler_job.py:635} INFO - Setting external_id for to 59e5ce11-480f-4190-8aa5-6bfbeddb233a 2024-06-26T08:42:02.722024183Z [2024-06-26T08:42:02.721+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:42:02.724834706Z [2024-06-26T08:42:02.724+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:40:00+00:00, run_id=scheduled__2024-06-26T08:40:00+00:00, run_start_date=2024-06-26 08:42:00.702583+00:00, run_end_date=2024-06-26 08:42:02.724441+00:00, run_duration=2.021858, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:40:00+00:00, data_interval_end=2024-06-26 08:42:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:42:02.745956130Z [2024-06-26T08:42:02.745+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:42:00+00:00, run_after=2024-06-26T08:44:00+00:00 2024-06-26T08:42:02.836047072Z [2024-06-26T08:42:02.835+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:42:02.846489231Z [2024-06-26T08:42:02.846+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=-1, run_start_date=2024-06-26 08:42:01.948125+00:00, run_end_date=2024-06-26 08:42:02.319247+00:00, run_duration=0.371122, state=success, executor_state=success, try_number=1, max_tries=1, job_id=55, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:42:00.767860+00:00, queued_by_job_id=2, pid=1184 2024-06-26T08:42:05.592820109Z [2024-06-26T08:42:05.592+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:42:05.593700126Z [2024-06-26T08:42:05.593+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:41:00+00:00, run_id=scheduled__2024-06-26T08:41:00+00:00, run_start_date=2024-06-26 08:42:00.707945+00:00, run_end_date=2024-06-26 08:42:05.592920+00:00, run_duration=4.884975, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:41:00+00:00, data_interval_end=2024-06-26 08:42:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:42:05.607775791Z [2024-06-26T08:42:05.607+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:42:00+00:00, run_after=2024-06-26T08:43:00+00:00 2024-06-26T08:42:05.652046802Z [2024-06-26T08:42:05.651+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:41:00+00:00 exited with status success for try_number 1 2024-06-26T08:42:05.656823566Z [2024-06-26T08:42:05.656+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:41:00+00:00, map_index=-1, run_start_date=2024-06-26 08:42:03.399012+00:00, run_end_date=2024-06-26 08:42:05.338237+00:00, run_duration=1.939225, state=success, executor_state=success, try_number=1, max_tries=1, job_id=57, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:42:00.767860+00:00, queued_by_job_id=2, pid=1214 2024-06-26T08:42:06.701329235Z [2024-06-26T08:42:06.700+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:42:06.701566273Z [2024-06-26T08:42:06.701+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:41:00+00:00, run_id=scheduled__2024-06-26T08:41:00+00:00, run_start_date=2024-06-26 08:42:00.705133+00:00, run_end_date=2024-06-26 08:42:06.701238+00:00, run_duration=5.996105, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:41:00+00:00, data_interval_end=2024-06-26 08:42:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:42:06.709759976Z [2024-06-26T08:42:06.709+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:42:00+00:00, run_after=2024-06-26T08:43:00+00:00 2024-06-26T08:42:06.763961426Z [2024-06-26T08:42:06.762+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:41:00+00:00 exited with status success for try_number 1 2024-06-26T08:42:06.771731267Z [2024-06-26T08:42:06.771+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:41:00+00:00, map_index=-1, run_start_date=2024-06-26 08:42:03.468701+00:00, run_end_date=2024-06-26 08:42:05.856237+00:00, run_duration=2.387536, state=success, executor_state=success, try_number=1, max_tries=1, job_id=56, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:42:00.767860+00:00, queued_by_job_id=2, pid=1215 2024-06-26T08:42:55.157694170Z [2024-06-26T08:42:55.157+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:43:00.704998696Z [2024-06-26T08:43:00.704+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:43:00.720274538Z [2024-06-26T08:43:00.719+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:43:00+00:00, run_after=2024-06-26T08:44:00+00:00 2024-06-26T08:43:00.782302334Z [2024-06-26T08:43:00.781+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:43:00.782345878Z 2024-06-26T08:43:00.782350491Z 2024-06-26T08:43:00.782701245Z [2024-06-26T08:43:00.782+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:43:00.782831896Z [2024-06-26T08:43:00.782+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:43:00.783432801Z [2024-06-26T08:43:00.783+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:43:00.783448411Z 2024-06-26T08:43:00.783475271Z 2024-06-26T08:43:00.786805313Z [2024-06-26T08:43:00.786+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:42:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:43:00.786991619Z [2024-06-26T08:43:00.786+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:42:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:43:00.787304509Z [2024-06-26T08:43:00.787+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:42:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:43:00.787420786Z [2024-06-26T08:43:00.787+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:42:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:43:01.059705532Z [2024-06-26T08:43:01.059+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:42:00+00:00 exited with status queued for try_number 1 2024-06-26T08:43:01.060009449Z [2024-06-26T08:43:01.059+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:42:00+00:00 exited with status queued for try_number 1 2024-06-26T08:43:01.070108760Z [2024-06-26T08:43:01.069+0000] {scheduler_job.py:635} INFO - Setting external_id for to 58594ce5-aad3-4f23-9bf8-37aacac07309 2024-06-26T08:43:01.070706325Z [2024-06-26T08:43:01.070+0000] {scheduler_job.py:635} INFO - Setting external_id for to c37b9ab2-dea8-4a96-836f-8578f8e9d05b 2024-06-26T08:43:06.094418821Z [2024-06-26T08:43:06.093+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:43:06.095185850Z [2024-06-26T08:43:06.094+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:42:00+00:00, run_id=scheduled__2024-06-26T08:42:00+00:00, run_start_date=2024-06-26 08:43:00.733876+00:00, run_end_date=2024-06-26 08:43:06.094536+00:00, run_duration=5.36066, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:42:00+00:00, data_interval_end=2024-06-26 08:43:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:43:06.125090934Z [2024-06-26T08:43:06.121+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:43:00+00:00, run_after=2024-06-26T08:44:00+00:00 2024-06-26T08:43:06.138293331Z [2024-06-26T08:43:06.137+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:43:06.138309218Z [2024-06-26T08:43:06.137+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:42:00+00:00, run_id=scheduled__2024-06-26T08:42:00+00:00, run_start_date=2024-06-26 08:43:00.739044+00:00, run_end_date=2024-06-26 08:43:06.137721+00:00, run_duration=5.398677, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:42:00+00:00, data_interval_end=2024-06-26 08:43:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:43:06.159234955Z [2024-06-26T08:43:06.158+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:43:00+00:00, run_after=2024-06-26T08:44:00+00:00 2024-06-26T08:43:06.186530987Z [2024-06-26T08:43:06.186+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:42:00+00:00 exited with status success for try_number 1 2024-06-26T08:43:06.186721950Z [2024-06-26T08:43:06.186+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:42:00+00:00 exited with status success for try_number 1 2024-06-26T08:43:06.193514179Z [2024-06-26T08:43:06.193+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:42:00+00:00, map_index=-1, run_start_date=2024-06-26 08:43:03.457709+00:00, run_end_date=2024-06-26 08:43:05.203320+00:00, run_duration=1.745611, state=success, executor_state=success, try_number=1, max_tries=1, job_id=58, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:43:00.783995+00:00, queued_by_job_id=2, pid=1269 2024-06-26T08:43:06.194097815Z [2024-06-26T08:43:06.193+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:42:00+00:00, map_index=-1, run_start_date=2024-06-26 08:43:03.884354+00:00, run_end_date=2024-06-26 08:43:05.906988+00:00, run_duration=2.022634, state=success, executor_state=success, try_number=1, max_tries=1, job_id=59, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:43:00.783995+00:00, queued_by_job_id=2, pid=1270 2024-06-26T08:44:00.578550437Z [2024-06-26T08:44:00.577+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:44:00+00:00, run_after=2024-06-26T08:45:00+00:00 2024-06-26T08:44:00.592337071Z [2024-06-26T08:44:00.591+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:44:00.603083042Z [2024-06-26T08:44:00.602+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:44:00.685576139Z [2024-06-26T08:44:00.684+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:44:00.685591325Z 2024-06-26T08:44:00.685595568Z 2024-06-26T08:44:00.685599086Z 2024-06-26T08:44:00.686163449Z [2024-06-26T08:44:00.685+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:44:00.686558234Z [2024-06-26T08:44:00.686+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:44:00.686754388Z [2024-06-26T08:44:00.686+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:44:00.688087387Z [2024-06-26T08:44:00.687+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:44:00.688099873Z 2024-06-26T08:44:00.688104804Z 2024-06-26T08:44:00.688109161Z 2024-06-26T08:44:00.692685930Z [2024-06-26T08:44:00.692+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:42:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:44:00.693387947Z [2024-06-26T08:44:00.692+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:42:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:44:00.693692615Z [2024-06-26T08:44:00.693+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:43:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:44:00.693890349Z [2024-06-26T08:44:00.693+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:43:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:44:00.694218857Z [2024-06-26T08:44:00.694+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:43:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:44:00.694227477Z [2024-06-26T08:44:00.694+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:43:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:44:01.041619266Z [2024-06-26T08:44:01.040+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:42:00+00:00 exited with status queued for try_number 1 2024-06-26T08:44:01.041937178Z [2024-06-26T08:44:01.041+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:43:00+00:00 exited with status queued for try_number 1 2024-06-26T08:44:01.042094282Z [2024-06-26T08:44:01.041+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:43:00+00:00 exited with status queued for try_number 1 2024-06-26T08:44:01.053616584Z [2024-06-26T08:44:01.053+0000] {scheduler_job.py:635} INFO - Setting external_id for to 740345de-3034-4217-a921-0dae11204b92 2024-06-26T08:44:01.053888196Z [2024-06-26T08:44:01.053+0000] {scheduler_job.py:635} INFO - Setting external_id for to 4fe264dc-23a9-4751-ac60-513c742bdac1 2024-06-26T08:44:01.054258110Z [2024-06-26T08:44:01.054+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9b8ab196-48fa-423e-a056-b39ef6464944 2024-06-26T08:44:03.048428215Z [2024-06-26T08:44:03.047+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:44:03.049024630Z [2024-06-26T08:44:03.048+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:42:00+00:00, run_id=scheduled__2024-06-26T08:42:00+00:00, run_start_date=2024-06-26 08:44:00.614327+00:00, run_end_date=2024-06-26 08:44:03.048402+00:00, run_duration=2.434075, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:42:00+00:00, data_interval_end=2024-06-26 08:44:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:44:03.058793715Z [2024-06-26T08:44:03.058+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:44:00+00:00, run_after=2024-06-26T08:46:00+00:00 2024-06-26T08:44:03.137275755Z [2024-06-26T08:44:03.136+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:42:00+00:00 exited with status success for try_number 1 2024-06-26T08:44:03.144921690Z [2024-06-26T08:44:03.144+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:42:00+00:00, map_index=-1, run_start_date=2024-06-26 08:44:01.676591+00:00, run_end_date=2024-06-26 08:44:02.222001+00:00, run_duration=0.54541, state=success, executor_state=success, try_number=1, max_tries=1, job_id=60, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:44:00.688838+00:00, queued_by_job_id=2, pid=1305 2024-06-26T08:44:05.587932795Z [2024-06-26T08:44:05.587+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:44:05.588355600Z [2024-06-26T08:44:05.588+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:43:00+00:00, run_id=scheduled__2024-06-26T08:43:00+00:00, run_start_date=2024-06-26 08:44:00.616149+00:00, run_end_date=2024-06-26 08:44:05.587878+00:00, run_duration=4.971729, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:43:00+00:00, data_interval_end=2024-06-26 08:44:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:44:05.625197413Z [2024-06-26T08:44:05.619+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:44:00+00:00, run_after=2024-06-26T08:45:00+00:00 2024-06-26T08:44:05.647906565Z [2024-06-26T08:44:05.645+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:44:05.648264500Z [2024-06-26T08:44:05.647+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:43:00+00:00, run_id=scheduled__2024-06-26T08:43:00+00:00, run_start_date=2024-06-26 08:44:00.620639+00:00, run_end_date=2024-06-26 08:44:05.647875+00:00, run_duration=5.027236, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:43:00+00:00, data_interval_end=2024-06-26 08:44:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:44:05.674771692Z [2024-06-26T08:44:05.674+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:44:00+00:00, run_after=2024-06-26T08:45:00+00:00 2024-06-26T08:44:05.749245149Z [2024-06-26T08:44:05.748+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:43:00+00:00 exited with status success for try_number 1 2024-06-26T08:44:05.749803276Z [2024-06-26T08:44:05.749+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:43:00+00:00 exited with status success for try_number 1 2024-06-26T08:44:05.763349205Z [2024-06-26T08:44:05.763+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:43:00+00:00, map_index=-1, run_start_date=2024-06-26 08:44:03.181676+00:00, run_end_date=2024-06-26 08:44:04.723198+00:00, run_duration=1.541522, state=success, executor_state=success, try_number=1, max_tries=1, job_id=61, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:44:00.688838+00:00, queued_by_job_id=2, pid=1335 2024-06-26T08:44:05.763674288Z [2024-06-26T08:44:05.763+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:43:00+00:00, map_index=-1, run_start_date=2024-06-26 08:44:03.283479+00:00, run_end_date=2024-06-26 08:44:05.105935+00:00, run_duration=1.822456, state=success, executor_state=success, try_number=1, max_tries=1, job_id=62, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:44:00.688838+00:00, queued_by_job_id=2, pid=1336 2024-06-26T08:45:00.534167463Z [2024-06-26T08:45:00.533+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:45:00.548532879Z [2024-06-26T08:45:00.548+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:45:00+00:00, run_after=2024-06-26T08:46:00+00:00 2024-06-26T08:45:00.561002018Z [2024-06-26T08:45:00.560+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:45:00+00:00, run_after=2024-06-26T08:50:00+00:00 2024-06-26T08:45:00.627295905Z [2024-06-26T08:45:00.626+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:45:00.627315482Z 2024-06-26T08:45:00.627319623Z 2024-06-26T08:45:00.627323133Z 2024-06-26T08:45:00.627566937Z [2024-06-26T08:45:00.627+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:45:00.627810563Z [2024-06-26T08:45:00.627+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:45:00.628077275Z [2024-06-26T08:45:00.627+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:45:00.629176415Z [2024-06-26T08:45:00.628+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:45:00.629187307Z 2024-06-26T08:45:00.629191031Z 2024-06-26T08:45:00.629193883Z 2024-06-26T08:45:00.633836152Z [2024-06-26T08:45:00.633+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:45:00.634182254Z [2024-06-26T08:45:00.633+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:45:00.634654303Z [2024-06-26T08:45:00.634+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:44:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:45:00.634911233Z [2024-06-26T08:45:00.634+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:44:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:45:00.635363737Z [2024-06-26T08:45:00.635+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:44:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:45:00.635639259Z [2024-06-26T08:45:00.635+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:44:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:45:00.956585458Z [2024-06-26T08:45:00.956+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:45:00.956607257Z [2024-06-26T08:45:00.956+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:44:00+00:00 exited with status queued for try_number 1 2024-06-26T08:45:00.956695883Z [2024-06-26T08:45:00.956+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:44:00+00:00 exited with status queued for try_number 1 2024-06-26T08:45:00.971721809Z [2024-06-26T08:45:00.971+0000] {scheduler_job.py:635} INFO - Setting external_id for to 4dc0d820-1f15-449f-9c80-d992b805518a 2024-06-26T08:45:00.971812170Z [2024-06-26T08:45:00.971+0000] {scheduler_job.py:635} INFO - Setting external_id for to c125280a-fa14-47f7-8d57-ded00c0ac7bc 2024-06-26T08:45:00.971908118Z [2024-06-26T08:45:00.971+0000] {scheduler_job.py:635} INFO - Setting external_id for to 16367bd4-dba3-4adf-b9e0-429c11698376 2024-06-26T08:45:04.533724558Z [2024-06-26T08:45:04.533+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:45:04.534014712Z [2024-06-26T08:45:04.533+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:44:00+00:00, run_id=scheduled__2024-06-26T08:44:00+00:00, run_start_date=2024-06-26 08:45:00.575453+00:00, run_end_date=2024-06-26 08:45:04.533652+00:00, run_duration=3.958199, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:44:00+00:00, data_interval_end=2024-06-26 08:45:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:45:04.547014194Z [2024-06-26T08:45:04.546+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:45:00+00:00, run_after=2024-06-26T08:46:00+00:00 2024-06-26T08:45:04.585784919Z [2024-06-26T08:45:04.585+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:45:04.585799646Z 2024-06-26T08:45:04.585924799Z [2024-06-26T08:45:04.585+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:45:04.586446202Z [2024-06-26T08:45:04.586+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:45:04.586457703Z 2024-06-26T08:45:04.588702851Z [2024-06-26T08:45:04.588+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:45:04.588909000Z [2024-06-26T08:45:04.588+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:45:04.691897942Z [2024-06-26T08:45:04.691+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:45:04.691924817Z [2024-06-26T08:45:04.691+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:45:04.691992802Z [2024-06-26T08:45:04.691+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:44:00+00:00 exited with status success for try_number 1 2024-06-26T08:45:04.709338706Z [2024-06-26T08:45:04.708+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:44:00+00:00, map_index=-1, run_start_date=2024-06-26 08:45:02.801956+00:00, run_end_date=2024-06-26 08:45:04.266902+00:00, run_duration=1.464946, state=success, executor_state=success, try_number=1, max_tries=1, job_id=63, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:45:00.630433+00:00, queued_by_job_id=2, pid=1400 2024-06-26T08:45:04.709662482Z [2024-06-26T08:45:04.709+0000] {scheduler_job.py:635} INFO - Setting external_id for to 728e70b7-ec2a-4edf-950e-9ccb75814162 2024-06-26T08:45:04.710148810Z [2024-06-26T08:45:04.709+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=-1, run_start_date=2024-06-26 08:45:02.824602+00:00, run_end_date=2024-06-26 08:45:03.543227+00:00, run_duration=0.718625, state=success, executor_state=success, try_number=1, max_tries=1, job_id=64, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:45:00.630433+00:00, queued_by_job_id=2, pid=1401 2024-06-26T08:45:06.150998140Z [2024-06-26T08:45:06.150+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:45:06.151305128Z [2024-06-26T08:45:06.151+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:44:00+00:00, run_id=scheduled__2024-06-26T08:44:00+00:00, run_start_date=2024-06-26 08:45:00.574372+00:00, run_end_date=2024-06-26 08:45:06.150951+00:00, run_duration=5.576579, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:44:00+00:00, data_interval_end=2024-06-26 08:45:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:45:06.160235258Z [2024-06-26T08:45:06.159+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:45:00+00:00, run_after=2024-06-26T08:46:00+00:00 2024-06-26T08:45:06.231512038Z [2024-06-26T08:45:06.231+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:44:00+00:00 exited with status success for try_number 1 2024-06-26T08:45:06.237072615Z [2024-06-26T08:45:06.236+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:44:00+00:00, map_index=-1, run_start_date=2024-06-26 08:45:03.079495+00:00, run_end_date=2024-06-26 08:45:05.047794+00:00, run_duration=1.968299, state=success, executor_state=success, try_number=1, max_tries=1, job_id=65, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:45:00.630433+00:00, queued_by_job_id=2, pid=1402 2024-06-26T08:45:08.437916526Z [2024-06-26T08:45:08.437+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:45:08.437957267Z 2024-06-26T08:45:08.438465304Z [2024-06-26T08:45:08.438+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:45:08.439187722Z [2024-06-26T08:45:08.438+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:45:08.439198553Z 2024-06-26T08:45:08.442405555Z [2024-06-26T08:45:08.442+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:45:08.442627348Z [2024-06-26T08:45:08.442+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:45:08.523545432Z [2024-06-26T08:45:08.523+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:45:08.523893030Z [2024-06-26T08:45:08.523+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:45:08.533003825Z [2024-06-26T08:45:08.532+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=-1, run_start_date=2024-06-26 08:45:06.765780+00:00, run_end_date=2024-06-26 08:45:07.208017+00:00, run_duration=0.442237, state=success, executor_state=success, try_number=1, max_tries=1, job_id=66, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:45:04.586725+00:00, queued_by_job_id=2, pid=1441 2024-06-26T08:45:08.533411254Z [2024-06-26T08:45:08.533+0000] {scheduler_job.py:635} INFO - Setting external_id for to 41bcd732-2f96-4316-9cff-9c171bfb759f 2024-06-26T08:45:13.039280127Z [2024-06-26T08:45:13.038+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:45:13.039301340Z 2024-06-26T08:45:13.039417627Z [2024-06-26T08:45:13.039+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:45:13.040070132Z [2024-06-26T08:45:13.039+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:45:13.040080739Z 2024-06-26T08:45:13.042671079Z [2024-06-26T08:45:13.042+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:40:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:45:13.042854481Z [2024-06-26T08:45:13.042+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:45:13.219568392Z [2024-06-26T08:45:13.219+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status queued for try_number 1 2024-06-26T08:45:13.224356894Z [2024-06-26T08:45:13.224+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:45:13.270830498Z [2024-06-26T08:45:13.270+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=0, run_start_date=2024-06-26 08:45:10.609849+00:00, run_end_date=2024-06-26 08:45:12.032989+00:00, run_duration=1.42314, state=success, executor_state=success, try_number=1, max_tries=1, job_id=67, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:45:08.439995+00:00, queued_by_job_id=2, pid=1453 2024-06-26T08:45:13.270993797Z [2024-06-26T08:45:13.270+0000] {scheduler_job.py:635} INFO - Setting external_id for to 29452e73-a6ac-4355-a144-cb56d48d0e49 2024-06-26T08:45:16.294186380Z [2024-06-26T08:45:16.293+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:45:16.294842041Z [2024-06-26T08:45:16.294+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:40:00+00:00, run_id=scheduled__2024-06-26T08:40:00+00:00, run_start_date=2024-06-26 08:45:00.573039+00:00, run_end_date=2024-06-26 08:45:16.293969+00:00, run_duration=15.72093, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:40:00+00:00, data_interval_end=2024-06-26 08:45:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:45:16.301544106Z [2024-06-26T08:45:16.301+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:45:00+00:00, run_after=2024-06-26T08:50:00+00:00 2024-06-26T08:45:16.342665362Z [2024-06-26T08:45:16.342+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:40:00+00:00 exited with status success for try_number 1 2024-06-26T08:45:16.347954625Z [2024-06-26T08:45:16.347+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:40:00+00:00, map_index=-1, run_start_date=2024-06-26 08:45:15.757911+00:00, run_end_date=2024-06-26 08:45:16.130713+00:00, run_duration=0.372802, state=success, executor_state=success, try_number=1, max_tries=1, job_id=68, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:45:13.040582+00:00, queued_by_job_id=2, pid=1474 2024-06-26T08:46:00.494082461Z [2024-06-26T08:46:00.493+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:46:00+00:00, run_after=2024-06-26T08:47:00+00:00 2024-06-26T08:46:00.501348453Z [2024-06-26T08:46:00.500+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:46:00.509777439Z [2024-06-26T08:46:00.509+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:46:00.599863718Z [2024-06-26T08:46:00.599+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:46:00.599894814Z 2024-06-26T08:46:00.599906758Z 2024-06-26T08:46:00.599911342Z 2024-06-26T08:46:00.600089762Z [2024-06-26T08:46:00.599+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:46:00.600487775Z [2024-06-26T08:46:00.600+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:46:00.600777944Z [2024-06-26T08:46:00.600+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:46:00.601562249Z [2024-06-26T08:46:00.601+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:46:00.601580212Z 2024-06-26T08:46:00.601587547Z 2024-06-26T08:46:00.601626767Z 2024-06-26T08:46:00.606638892Z [2024-06-26T08:46:00.606+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:44:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:46:00.606828380Z [2024-06-26T08:46:00.606+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:44:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:46:00.607287605Z [2024-06-26T08:46:00.607+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:45:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:46:00.607653680Z [2024-06-26T08:46:00.607+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:45:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:46:00.608332153Z [2024-06-26T08:46:00.608+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:45:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:46:00.608635036Z [2024-06-26T08:46:00.608+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:45:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:46:00.965671933Z [2024-06-26T08:46:00.965+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:44:00+00:00 exited with status queued for try_number 1 2024-06-26T08:46:00.965914745Z [2024-06-26T08:46:00.965+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status queued for try_number 1 2024-06-26T08:46:00.966227466Z [2024-06-26T08:46:00.966+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status queued for try_number 1 2024-06-26T08:46:00.986019419Z [2024-06-26T08:46:00.985+0000] {scheduler_job.py:635} INFO - Setting external_id for to 74b88594-f50e-4ac4-94d9-ae2236f790fa 2024-06-26T08:46:00.987230491Z [2024-06-26T08:46:00.985+0000] {scheduler_job.py:635} INFO - Setting external_id for to d16eac34-8f98-4f06-a319-17b809b4d0e8 2024-06-26T08:46:00.988091525Z [2024-06-26T08:46:00.987+0000] {scheduler_job.py:635} INFO - Setting external_id for to da473766-b755-4bf4-a118-00ffab116c9c 2024-06-26T08:46:02.481658741Z [2024-06-26T08:46:02.481+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:46:02.482436040Z [2024-06-26T08:46:02.482+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:44:00+00:00, run_id=scheduled__2024-06-26T08:44:00+00:00, run_start_date=2024-06-26 08:46:00.521273+00:00, run_end_date=2024-06-26 08:46:02.482012+00:00, run_duration=1.960739, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:44:00+00:00, data_interval_end=2024-06-26 08:46:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:46:02.493652586Z [2024-06-26T08:46:02.493+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:46:00+00:00, run_after=2024-06-26T08:48:00+00:00 2024-06-26T08:46:02.568711868Z [2024-06-26T08:46:02.568+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:44:00+00:00 exited with status success for try_number 1 2024-06-26T08:46:02.576923534Z [2024-06-26T08:46:02.576+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:44:00+00:00, map_index=-1, run_start_date=2024-06-26 08:46:01.724644+00:00, run_end_date=2024-06-26 08:46:02.350099+00:00, run_duration=0.625455, state=success, executor_state=success, try_number=1, max_tries=1, job_id=69, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:46:00.602524+00:00, queued_by_job_id=2, pid=1491 2024-06-26T08:46:05.517020214Z [2024-06-26T08:46:05.516+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:46:05.517236424Z [2024-06-26T08:46:05.516+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:45:00+00:00, run_id=scheduled__2024-06-26T08:45:00+00:00, run_start_date=2024-06-26 08:46:00.522674+00:00, run_end_date=2024-06-26 08:46:05.516851+00:00, run_duration=4.994177, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:45:00+00:00, data_interval_end=2024-06-26 08:46:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:46:05.527276181Z [2024-06-26T08:46:05.526+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:46:00+00:00, run_after=2024-06-26T08:47:00+00:00 2024-06-26T08:46:05.577576514Z [2024-06-26T08:46:05.577+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status success for try_number 1 2024-06-26T08:46:05.582537429Z [2024-06-26T08:46:05.582+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:45:00+00:00, map_index=-1, run_start_date=2024-06-26 08:46:03.120041+00:00, run_end_date=2024-06-26 08:46:05.141138+00:00, run_duration=2.021097, state=success, executor_state=success, try_number=1, max_tries=1, job_id=70, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:46:00.602524+00:00, queued_by_job_id=2, pid=1512 2024-06-26T08:46:06.069668553Z [2024-06-26T08:46:06.069+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:46:06.069831198Z [2024-06-26T08:46:06.069+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:45:00+00:00, run_id=scheduled__2024-06-26T08:45:00+00:00, run_start_date=2024-06-26 08:46:00.523867+00:00, run_end_date=2024-06-26 08:46:06.069550+00:00, run_duration=5.545683, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:45:00+00:00, data_interval_end=2024-06-26 08:46:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:46:06.081235258Z [2024-06-26T08:46:06.080+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:46:00+00:00, run_after=2024-06-26T08:47:00+00:00 2024-06-26T08:46:06.112218914Z [2024-06-26T08:46:06.111+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status success for try_number 1 2024-06-26T08:46:06.118429581Z [2024-06-26T08:46:06.118+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:45:00+00:00, map_index=-1, run_start_date=2024-06-26 08:46:03.510256+00:00, run_end_date=2024-06-26 08:46:05.724625+00:00, run_duration=2.214369, state=success, executor_state=success, try_number=1, max_tries=1, job_id=71, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:46:00.602524+00:00, queued_by_job_id=2, pid=1522 2024-06-26T08:47:01.088636549Z [2024-06-26T08:47:01.088+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:47:00+00:00, run_after=2024-06-26T08:48:00+00:00 2024-06-26T08:47:01.096087229Z [2024-06-26T08:47:01.095+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:47:01.141870018Z [2024-06-26T08:47:01.141+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:47:01.141914489Z 2024-06-26T08:47:01.141933160Z 2024-06-26T08:47:01.141942982Z [2024-06-26T08:47:01.141+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:47:01.142012353Z [2024-06-26T08:47:01.141+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:47:01.142852789Z [2024-06-26T08:47:01.142+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:47:01.142870712Z 2024-06-26T08:47:01.142874572Z 2024-06-26T08:47:01.145344967Z [2024-06-26T08:47:01.145+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:46:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:47:01.145583684Z [2024-06-26T08:47:01.145+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:46:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:47:01.145968839Z [2024-06-26T08:47:01.145+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:46:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:47:01.146135648Z [2024-06-26T08:47:01.145+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:46:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:47:01.346649970Z [2024-06-26T08:47:01.346+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:46:00+00:00 exited with status queued for try_number 1 2024-06-26T08:47:01.348376253Z [2024-06-26T08:47:01.346+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:46:00+00:00 exited with status queued for try_number 1 2024-06-26T08:47:01.358879539Z [2024-06-26T08:47:01.358+0000] {scheduler_job.py:635} INFO - Setting external_id for to c3376796-ba53-4bcf-9291-719f9e1805ae 2024-06-26T08:47:01.359096616Z [2024-06-26T08:47:01.358+0000] {scheduler_job.py:635} INFO - Setting external_id for to 2b9a3a74-aa7f-474a-ad18-251de95fb128 2024-06-26T08:47:06.017713868Z [2024-06-26T08:47:06.017+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:47:06.018313543Z [2024-06-26T08:47:06.018+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:46:00+00:00, run_id=scheduled__2024-06-26T08:46:00+00:00, run_start_date=2024-06-26 08:47:01.106173+00:00, run_end_date=2024-06-26 08:47:06.017711+00:00, run_duration=4.911538, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:46:00+00:00, data_interval_end=2024-06-26 08:47:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:47:06.036899996Z [2024-06-26T08:47:06.036+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:47:00+00:00, run_after=2024-06-26T08:48:00+00:00 2024-06-26T08:47:06.047190887Z [2024-06-26T08:47:06.046+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:47:06.047652590Z [2024-06-26T08:47:06.047+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:46:00+00:00, run_id=scheduled__2024-06-26T08:46:00+00:00, run_start_date=2024-06-26 08:47:01.107407+00:00, run_end_date=2024-06-26 08:47:06.047182+00:00, run_duration=4.939775, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:46:00+00:00, data_interval_end=2024-06-26 08:47:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:47:06.059068234Z [2024-06-26T08:47:06.058+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:47:00+00:00, run_after=2024-06-26T08:48:00+00:00 2024-06-26T08:47:06.094345724Z [2024-06-26T08:47:06.094+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:46:00+00:00 exited with status success for try_number 1 2024-06-26T08:47:06.094452839Z [2024-06-26T08:47:06.094+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:46:00+00:00 exited with status success for try_number 1 2024-06-26T08:47:06.103024877Z [2024-06-26T08:47:06.102+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:46:00+00:00, map_index=-1, run_start_date=2024-06-26 08:47:03.642949+00:00, run_end_date=2024-06-26 08:47:05.330617+00:00, run_duration=1.687668, state=success, executor_state=success, try_number=1, max_tries=1, job_id=73, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:47:01.143365+00:00, queued_by_job_id=2, pid=1576 2024-06-26T08:47:06.103486729Z [2024-06-26T08:47:06.103+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:46:00+00:00, map_index=-1, run_start_date=2024-06-26 08:47:03.398689+00:00, run_end_date=2024-06-26 08:47:05.770153+00:00, run_duration=2.371464, state=success, executor_state=success, try_number=1, max_tries=1, job_id=72, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:47:01.143365+00:00, queued_by_job_id=2, pid=1575 2024-06-26T08:47:55.222063489Z [2024-06-26T08:47:55.221+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:48:00.988169967Z [2024-06-26T08:48:00.987+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:48:00+00:00, run_after=2024-06-26T08:49:00+00:00 2024-06-26T08:48:00.999369427Z [2024-06-26T08:48:00.998+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:48:01.018529819Z [2024-06-26T08:48:01.018+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:48:01.084975986Z [2024-06-26T08:48:01.084+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:48:01.084994957Z 2024-06-26T08:48:01.084999092Z 2024-06-26T08:48:01.085002246Z 2024-06-26T08:48:01.085115545Z [2024-06-26T08:48:01.084+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:48:01.085443665Z [2024-06-26T08:48:01.085+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:48:01.085499351Z [2024-06-26T08:48:01.085+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:48:01.086215002Z [2024-06-26T08:48:01.085+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:48:01.086249329Z 2024-06-26T08:48:01.086253340Z 2024-06-26T08:48:01.086256827Z 2024-06-26T08:48:01.090066292Z [2024-06-26T08:48:01.089+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:46:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:48:01.090277151Z [2024-06-26T08:48:01.090+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:46:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:48:01.090541400Z [2024-06-26T08:48:01.090+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:47:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:48:01.090683382Z [2024-06-26T08:48:01.090+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:47:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:48:01.090914256Z [2024-06-26T08:48:01.090+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:47:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:48:01.091052828Z [2024-06-26T08:48:01.090+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:47:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:48:01.361009384Z [2024-06-26T08:48:01.360+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:46:00+00:00 exited with status queued for try_number 1 2024-06-26T08:48:01.361251053Z [2024-06-26T08:48:01.361+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:47:00+00:00 exited with status queued for try_number 1 2024-06-26T08:48:01.361458762Z [2024-06-26T08:48:01.361+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:47:00+00:00 exited with status queued for try_number 1 2024-06-26T08:48:01.376317547Z [2024-06-26T08:48:01.375+0000] {scheduler_job.py:635} INFO - Setting external_id for to 2bcbb651-b2c7-478c-ba3d-1b6762923acb 2024-06-26T08:48:01.376642812Z [2024-06-26T08:48:01.376+0000] {scheduler_job.py:635} INFO - Setting external_id for to 832e17d6-e6d0-4d0a-96db-f31e8ce8b94a 2024-06-26T08:48:01.376856657Z [2024-06-26T08:48:01.376+0000] {scheduler_job.py:635} INFO - Setting external_id for to bf22c53b-71a7-47f8-b14a-a65cd99736d6 2024-06-26T08:48:02.558469817Z [2024-06-26T08:48:02.557+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:48:02.558501720Z [2024-06-26T08:48:02.558+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:46:00+00:00, run_id=scheduled__2024-06-26T08:46:00+00:00, run_start_date=2024-06-26 08:48:01.028570+00:00, run_end_date=2024-06-26 08:48:02.558170+00:00, run_duration=1.5296, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:46:00+00:00, data_interval_end=2024-06-26 08:48:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:48:02.566640712Z [2024-06-26T08:48:02.566+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:48:00+00:00, run_after=2024-06-26T08:50:00+00:00 2024-06-26T08:48:02.998190925Z [2024-06-26T08:48:02.997+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:46:00+00:00 exited with status success for try_number 1 2024-06-26T08:48:03.013937766Z [2024-06-26T08:48:03.013+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:46:00+00:00, map_index=-1, run_start_date=2024-06-26 08:48:02.103983+00:00, run_end_date=2024-06-26 08:48:02.522026+00:00, run_duration=0.418043, state=success, executor_state=success, try_number=1, max_tries=1, job_id=74, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:48:01.087098+00:00, queued_by_job_id=2, pid=1611 2024-06-26T08:48:05.523591539Z [2024-06-26T08:48:05.523+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:48:05.523927399Z [2024-06-26T08:48:05.523+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:47:00+00:00, run_id=scheduled__2024-06-26T08:47:00+00:00, run_start_date=2024-06-26 08:48:01.029764+00:00, run_end_date=2024-06-26 08:48:05.523552+00:00, run_duration=4.493788, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:47:00+00:00, data_interval_end=2024-06-26 08:48:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:48:05.533506307Z [2024-06-26T08:48:05.533+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:48:00+00:00, run_after=2024-06-26T08:49:00+00:00 2024-06-26T08:48:05.584518096Z [2024-06-26T08:48:05.584+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:47:00+00:00 exited with status success for try_number 1 2024-06-26T08:48:05.590560613Z [2024-06-26T08:48:05.590+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:47:00+00:00, map_index=-1, run_start_date=2024-06-26 08:48:03.707276+00:00, run_end_date=2024-06-26 08:48:05.336871+00:00, run_duration=1.629595, state=success, executor_state=success, try_number=1, max_tries=1, job_id=76, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:48:01.087098+00:00, queued_by_job_id=2, pid=1642 2024-06-26T08:48:07.675747287Z [2024-06-26T08:48:07.675+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:48:07.676403072Z [2024-06-26T08:48:07.676+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:47:00+00:00, run_id=scheduled__2024-06-26T08:47:00+00:00, run_start_date=2024-06-26 08:48:01.030719+00:00, run_end_date=2024-06-26 08:48:07.675630+00:00, run_duration=6.644911, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:47:00+00:00, data_interval_end=2024-06-26 08:48:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:48:07.694477794Z [2024-06-26T08:48:07.694+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:48:00+00:00, run_after=2024-06-26T08:49:00+00:00 2024-06-26T08:48:07.732602720Z [2024-06-26T08:48:07.732+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:47:00+00:00 exited with status success for try_number 1 2024-06-26T08:48:07.741211458Z [2024-06-26T08:48:07.740+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:47:00+00:00, map_index=-1, run_start_date=2024-06-26 08:48:03.451857+00:00, run_end_date=2024-06-26 08:48:06.850723+00:00, run_duration=3.398866, state=success, executor_state=success, try_number=1, max_tries=1, job_id=75, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:48:01.087098+00:00, queued_by_job_id=2, pid=1641 2024-06-26T08:49:00.939415745Z [2024-06-26T08:49:00.938+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:49:00.954462988Z [2024-06-26T08:49:00.953+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:49:00+00:00, run_after=2024-06-26T08:50:00+00:00 2024-06-26T08:49:01.030280586Z [2024-06-26T08:49:01.029+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:49:01.030331512Z 2024-06-26T08:49:01.030343311Z 2024-06-26T08:49:01.030368337Z [2024-06-26T08:49:01.030+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:49:01.030462132Z [2024-06-26T08:49:01.030+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:49:01.031079927Z [2024-06-26T08:49:01.030+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:49:01.031100406Z 2024-06-26T08:49:01.031139435Z 2024-06-26T08:49:01.034900978Z [2024-06-26T08:49:01.033+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:48:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:49:01.035259965Z [2024-06-26T08:49:01.034+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:48:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:49:01.035550479Z [2024-06-26T08:49:01.035+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:48:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:49:01.035721182Z [2024-06-26T08:49:01.035+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:48:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:49:01.221244215Z [2024-06-26T08:49:01.220+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:48:00+00:00 exited with status queued for try_number 1 2024-06-26T08:49:01.221339281Z [2024-06-26T08:49:01.221+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:48:00+00:00 exited with status queued for try_number 1 2024-06-26T08:49:01.229867673Z [2024-06-26T08:49:01.229+0000] {scheduler_job.py:635} INFO - Setting external_id for to fb2ba4a8-3688-4cb7-a8f5-820bd34dbede 2024-06-26T08:49:01.230106998Z [2024-06-26T08:49:01.229+0000] {scheduler_job.py:635} INFO - Setting external_id for to 484da6bf-4ce4-4ea6-8d9d-3130e9e7b33f 2024-06-26T08:49:05.062091406Z [2024-06-26T08:49:05.060+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:49:05.063409716Z [2024-06-26T08:49:05.062+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:48:00+00:00, run_id=scheduled__2024-06-26T08:48:00+00:00, run_start_date=2024-06-26 08:49:00.969645+00:00, run_end_date=2024-06-26 08:49:05.062010+00:00, run_duration=4.092365, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:48:00+00:00, data_interval_end=2024-06-26 08:49:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:49:05.081506898Z [2024-06-26T08:49:05.081+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:49:00+00:00, run_after=2024-06-26T08:50:00+00:00 2024-06-26T08:49:05.120725128Z [2024-06-26T08:49:05.119+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:48:00+00:00 exited with status success for try_number 1 2024-06-26T08:49:05.130520764Z [2024-06-26T08:49:05.130+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:48:00+00:00, map_index=-1, run_start_date=2024-06-26 08:49:03.013965+00:00, run_end_date=2024-06-26 08:49:04.569584+00:00, run_duration=1.555619, state=success, executor_state=success, try_number=1, max_tries=1, job_id=77, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:49:01.031487+00:00, queued_by_job_id=2, pid=1696 2024-06-26T08:49:06.180260309Z [2024-06-26T08:49:06.179+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:49:06.180562081Z [2024-06-26T08:49:06.180+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:48:00+00:00, run_id=scheduled__2024-06-26T08:48:00+00:00, run_start_date=2024-06-26 08:49:00.968145+00:00, run_end_date=2024-06-26 08:49:06.180186+00:00, run_duration=5.212041, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:48:00+00:00, data_interval_end=2024-06-26 08:49:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:49:06.189797003Z [2024-06-26T08:49:06.189+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:49:00+00:00, run_after=2024-06-26T08:50:00+00:00 2024-06-26T08:49:06.225232529Z [2024-06-26T08:49:06.224+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:48:00+00:00 exited with status success for try_number 1 2024-06-26T08:49:06.231501101Z [2024-06-26T08:49:06.231+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:48:00+00:00, map_index=-1, run_start_date=2024-06-26 08:49:03.283123+00:00, run_end_date=2024-06-26 08:49:05.330456+00:00, run_duration=2.047333, state=success, executor_state=success, try_number=1, max_tries=1, job_id=78, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:49:01.031487+00:00, queued_by_job_id=2, pid=1697 2024-06-26T08:50:00.917988427Z [2024-06-26T08:50:00.917+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:50:00.929803876Z [2024-06-26T08:50:00.929+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:50:00+00:00, run_after=2024-06-26T08:55:00+00:00 2024-06-26T08:50:00.941421756Z [2024-06-26T08:50:00.941+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:50:00+00:00, run_after=2024-06-26T08:51:00+00:00 2024-06-26T08:50:00.950183505Z [2024-06-26T08:50:00.949+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:50:01.066231089Z [2024-06-26T08:50:01.065+0000] {scheduler_job.py:360} INFO - 4 tasks up for execution: 2024-06-26T08:50:01.066246181Z 2024-06-26T08:50:01.066264111Z 2024-06-26T08:50:01.066267924Z 2024-06-26T08:50:01.066271015Z 2024-06-26T08:50:01.066430181Z [2024-06-26T08:50:01.066+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:50:01.066624486Z [2024-06-26T08:50:01.066+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:50:01.066785679Z [2024-06-26T08:50:01.066+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:50:01.066911302Z [2024-06-26T08:50:01.066+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:50:01.069857079Z [2024-06-26T08:50:01.069+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:50:01.069871378Z 2024-06-26T08:50:01.069875442Z 2024-06-26T08:50:01.069879329Z 2024-06-26T08:50:01.069882687Z 2024-06-26T08:50:01.077086365Z [2024-06-26T08:50:01.076+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:45:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:50:01.077741553Z [2024-06-26T08:50:01.076+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:45:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:50:01.078198130Z [2024-06-26T08:50:01.078+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:48:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:50:01.081286158Z [2024-06-26T08:50:01.079+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:48:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:50:01.082653751Z [2024-06-26T08:50:01.082+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:49:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:50:01.085937960Z [2024-06-26T08:50:01.082+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:49:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:50:01.086502837Z [2024-06-26T08:50:01.086+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:49:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:50:01.086770313Z [2024-06-26T08:50:01.086+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:49:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:50:01.560221852Z [2024-06-26T08:50:01.559+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:01.560347108Z [2024-06-26T08:50:01.560+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:48:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:01.560477875Z [2024-06-26T08:50:01.560+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:49:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:01.560596131Z [2024-06-26T08:50:01.560+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:49:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:01.593776403Z [2024-06-26T08:50:01.593+0000] {scheduler_job.py:635} INFO - Setting external_id for to 45fcac38-2ea9-43a6-91bd-f0bf83be26bb 2024-06-26T08:50:01.603875739Z [2024-06-26T08:50:01.602+0000] {scheduler_job.py:635} INFO - Setting external_id for to b187f5fa-5a01-4453-afdd-ed75f80e15be 2024-06-26T08:50:01.607385224Z [2024-06-26T08:50:01.607+0000] {scheduler_job.py:635} INFO - Setting external_id for to bda7ad31-6e4a-4702-b1db-9a62252a2216 2024-06-26T08:50:01.608163472Z [2024-06-26T08:50:01.607+0000] {scheduler_job.py:635} INFO - Setting external_id for to ecc7519f-6475-4a1d-b150-e310c1839a2a 2024-06-26T08:50:06.170784900Z [2024-06-26T08:50:06.170+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:50:06.171029104Z [2024-06-26T08:50:06.170+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:48:00+00:00, run_id=scheduled__2024-06-26T08:48:00+00:00, run_start_date=2024-06-26 08:50:00.970282+00:00, run_end_date=2024-06-26 08:50:06.170649+00:00, run_duration=5.200367, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:48:00+00:00, data_interval_end=2024-06-26 08:50:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:50:06.178823550Z [2024-06-26T08:50:06.178+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:50:00+00:00, run_after=2024-06-26T08:52:00+00:00 2024-06-26T08:50:06.222737668Z [2024-06-26T08:50:06.222+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:50:06.222797780Z 2024-06-26T08:50:06.222814107Z [2024-06-26T08:50:06.222+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:50:06.223305793Z [2024-06-26T08:50:06.223+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:50:06.223327514Z 2024-06-26T08:50:06.225400473Z [2024-06-26T08:50:06.225+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:45:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:50:06.225455322Z [2024-06-26T08:50:06.225+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:45:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:50:06.300961547Z [2024-06-26T08:50:06.300+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:06.302255278Z [2024-06-26T08:50:06.300+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:06.302364553Z [2024-06-26T08:50:06.302+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:48:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:06.316544252Z [2024-06-26T08:50:06.316+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:48:00+00:00, map_index=-1, run_start_date=2024-06-26 08:50:03.284485+00:00, run_end_date=2024-06-26 08:50:04.956148+00:00, run_duration=1.671663, state=success, executor_state=success, try_number=1, max_tries=1, job_id=79, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:01.072118+00:00, queued_by_job_id=2, pid=1736 2024-06-26T08:50:06.316764970Z [2024-06-26T08:50:06.316+0000] {scheduler_job.py:635} INFO - Setting external_id for to 10ce3dc6-5756-4a17-9e43-709525879e7c 2024-06-26T08:50:06.316945879Z [2024-06-26T08:50:06.316+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:45:00+00:00, map_index=-1, run_start_date=2024-06-26 08:50:04.885847+00:00, run_end_date=2024-06-26 08:50:05.855360+00:00, run_duration=0.969513, state=success, executor_state=success, try_number=1, max_tries=1, job_id=81, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:01.072118+00:00, queued_by_job_id=2, pid=1766 2024-06-26T08:50:07.378259142Z [2024-06-26T08:50:07.377+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:50:07.378562908Z [2024-06-26T08:50:07.378+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:49:00+00:00, run_id=scheduled__2024-06-26T08:49:00+00:00, run_start_date=2024-06-26 08:50:00.971362+00:00, run_end_date=2024-06-26 08:50:07.378268+00:00, run_duration=6.406906, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:49:00+00:00, data_interval_end=2024-06-26 08:50:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:50:07.386883894Z [2024-06-26T08:50:07.386+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:50:00+00:00, run_after=2024-06-26T08:51:00+00:00 2024-06-26T08:50:07.393095315Z [2024-06-26T08:50:07.392+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:50:07.393379912Z [2024-06-26T08:50:07.393+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:49:00+00:00, run_id=scheduled__2024-06-26T08:49:00+00:00, run_start_date=2024-06-26 08:50:00.972300+00:00, run_end_date=2024-06-26 08:50:07.393085+00:00, run_duration=6.420785, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:49:00+00:00, data_interval_end=2024-06-26 08:50:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:50:07.402153446Z [2024-06-26T08:50:07.401+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:50:00+00:00, run_after=2024-06-26T08:51:00+00:00 2024-06-26T08:50:07.448664150Z [2024-06-26T08:50:07.448+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:49:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:07.448910790Z [2024-06-26T08:50:07.448+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:49:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:07.454957449Z [2024-06-26T08:50:07.454+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:49:00+00:00, map_index=-1, run_start_date=2024-06-26 08:50:05.527805+00:00, run_end_date=2024-06-26 08:50:06.939301+00:00, run_duration=1.411496, state=success, executor_state=success, try_number=1, max_tries=1, job_id=82, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:01.072118+00:00, queued_by_job_id=2, pid=1785 2024-06-26T08:50:07.455259481Z [2024-06-26T08:50:07.455+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:49:00+00:00, map_index=-1, run_start_date=2024-06-26 08:50:04.495488+00:00, run_end_date=2024-06-26 08:50:07.206536+00:00, run_duration=2.711048, state=success, executor_state=success, try_number=1, max_tries=1, job_id=80, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:01.072118+00:00, queued_by_job_id=2, pid=1756 2024-06-26T08:50:09.730589537Z [2024-06-26T08:50:09.729+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:50:09.730630357Z 2024-06-26T08:50:09.731016521Z [2024-06-26T08:50:09.730+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:50:09.732217419Z [2024-06-26T08:50:09.731+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:50:09.732233735Z 2024-06-26T08:50:09.739299944Z [2024-06-26T08:50:09.738+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:45:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:50:09.740047485Z [2024-06-26T08:50:09.739+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:45:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:50:09.795878144Z [2024-06-26T08:50:09.795+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:09.795924519Z [2024-06-26T08:50:09.795+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:09.803562175Z [2024-06-26T08:50:09.803+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:45:00+00:00, map_index=-1, run_start_date=2024-06-26 08:50:08.248560+00:00, run_end_date=2024-06-26 08:50:08.671026+00:00, run_duration=0.422466, state=success, executor_state=success, try_number=1, max_tries=1, job_id=83, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:06.223574+00:00, queued_by_job_id=2, pid=1815 2024-06-26T08:50:09.803714807Z [2024-06-26T08:50:09.803+0000] {scheduler_job.py:635} INFO - Setting external_id for to 0d7a6f42-46eb-474d-a53b-2ddb0b2d68e3 2024-06-26T08:50:13.580798524Z [2024-06-26T08:50:13.580+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:50:13.580822037Z 2024-06-26T08:50:13.581472928Z [2024-06-26T08:50:13.580+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:50:13.582092678Z [2024-06-26T08:50:13.581+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:50:13.582109015Z 2024-06-26T08:50:13.584612310Z [2024-06-26T08:50:13.584+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:45:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:50:13.584686860Z [2024-06-26T08:50:13.584+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:45:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:50:13.670601533Z [2024-06-26T08:50:13.666+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status queued for try_number 1 2024-06-26T08:50:13.671589265Z [2024-06-26T08:50:13.671+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:13.683128005Z [2024-06-26T08:50:13.682+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:45:00+00:00, map_index=0, run_start_date=2024-06-26 08:50:11.680457+00:00, run_end_date=2024-06-26 08:50:13.074641+00:00, run_duration=1.394184, state=success, executor_state=success, try_number=1, max_tries=1, job_id=84, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:09.733064+00:00, queued_by_job_id=2, pid=1827 2024-06-26T08:50:13.688101329Z [2024-06-26T08:50:13.683+0000] {scheduler_job.py:635} INFO - Setting external_id for to c353c732-3f45-4635-90aa-39ef05874b1d 2024-06-26T08:50:16.453507782Z [2024-06-26T08:50:16.452+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:50:16.453942841Z [2024-06-26T08:50:16.453+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:45:00+00:00, run_id=scheduled__2024-06-26T08:45:00+00:00, run_start_date=2024-06-26 08:50:00.968892+00:00, run_end_date=2024-06-26 08:50:16.453525+00:00, run_duration=15.484633, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:45:00+00:00, data_interval_end=2024-06-26 08:50:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:50:16.462566128Z [2024-06-26T08:50:16.462+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:50:00+00:00, run_after=2024-06-26T08:55:00+00:00 2024-06-26T08:50:17.542079685Z [2024-06-26T08:50:17.541+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:45:00+00:00 exited with status success for try_number 1 2024-06-26T08:50:17.551174960Z [2024-06-26T08:50:17.550+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:45:00+00:00, map_index=-1, run_start_date=2024-06-26 08:50:15.985866+00:00, run_end_date=2024-06-26 08:50:16.402332+00:00, run_duration=0.416466, state=success, executor_state=success, try_number=1, max_tries=1, job_id=85, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:50:13.582784+00:00, queued_by_job_id=2, pid=1848 2024-06-26T08:51:00.960986238Z [2024-06-26T08:51:00.960+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:51:00.976218218Z [2024-06-26T08:51:00.975+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:51:00+00:00, run_after=2024-06-26T08:52:00+00:00 2024-06-26T08:51:01.051124855Z [2024-06-26T08:51:01.050+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:51:01.051162128Z 2024-06-26T08:51:01.051174296Z 2024-06-26T08:51:01.051320611Z [2024-06-26T08:51:01.051+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:51:01.051573327Z [2024-06-26T08:51:01.051+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:51:01.052361111Z [2024-06-26T08:51:01.052+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:51:01.052382406Z 2024-06-26T08:51:01.052391005Z 2024-06-26T08:51:01.057725680Z [2024-06-26T08:51:01.057+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:51:01.059205254Z [2024-06-26T08:51:01.058+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:51:01.059646443Z [2024-06-26T08:51:01.059+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:51:01.060094754Z [2024-06-26T08:51:01.059+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:51:01.228209555Z [2024-06-26T08:51:01.227+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:51:01.228923827Z [2024-06-26T08:51:01.228+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:51:01.239229484Z [2024-06-26T08:51:01.238+0000] {scheduler_job.py:635} INFO - Setting external_id for to 0ed00e86-7f6c-4505-b52c-b114cef03d70 2024-06-26T08:51:01.239616419Z [2024-06-26T08:51:01.239+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9b7df82a-38c2-48d3-a3e4-30670ae902dc 2024-06-26T08:51:05.732573103Z [2024-06-26T08:51:05.731+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:51:05.732952787Z [2024-06-26T08:51:05.732+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:50:00+00:00, run_id=scheduled__2024-06-26T08:50:00+00:00, run_start_date=2024-06-26 08:51:00.994443+00:00, run_end_date=2024-06-26 08:51:05.732483+00:00, run_duration=4.73804, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:50:00+00:00, data_interval_end=2024-06-26 08:51:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:51:05.744103131Z [2024-06-26T08:51:05.743+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:51:00+00:00, run_after=2024-06-26T08:52:00+00:00 2024-06-26T08:51:05.753528753Z [2024-06-26T08:51:05.753+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:51:05.753771328Z [2024-06-26T08:51:05.753+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:50:00+00:00, run_id=scheduled__2024-06-26T08:50:00+00:00, run_start_date=2024-06-26 08:51:00.996099+00:00, run_end_date=2024-06-26 08:51:05.753476+00:00, run_duration=4.757377, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:50:00+00:00, data_interval_end=2024-06-26 08:51:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:51:05.763096324Z [2024-06-26T08:51:05.762+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:51:00+00:00, run_after=2024-06-26T08:52:00+00:00 2024-06-26T08:51:05.791024859Z [2024-06-26T08:51:05.790+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:51:05.791064159Z [2024-06-26T08:51:05.790+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:51:05.798063573Z [2024-06-26T08:51:05.797+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=-1, run_start_date=2024-06-26 08:51:03.358376+00:00, run_end_date=2024-06-26 08:51:05.226006+00:00, run_duration=1.86763, state=success, executor_state=success, try_number=1, max_tries=1, job_id=87, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:51:01.054192+00:00, queued_by_job_id=2, pid=1883 2024-06-26T08:51:05.798184623Z [2024-06-26T08:51:05.798+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=-1, run_start_date=2024-06-26 08:51:03.179021+00:00, run_end_date=2024-06-26 08:51:05.554060+00:00, run_duration=2.375039, state=success, executor_state=success, try_number=1, max_tries=1, job_id=86, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:51:01.054192+00:00, queued_by_job_id=2, pid=1882 2024-06-26T08:52:00.258920685Z [2024-06-26T08:52:00.258+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:52:00.265995761Z [2024-06-26T08:52:00.265+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:52:00.281994836Z [2024-06-26T08:52:00.281+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:52:00+00:00, run_after=2024-06-26T08:53:00+00:00 2024-06-26T08:52:00.388443299Z [2024-06-26T08:52:00.387+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:52:00.388482309Z 2024-06-26T08:52:00.388489130Z 2024-06-26T08:52:00.388492903Z 2024-06-26T08:52:00.388654185Z [2024-06-26T08:52:00.388+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:52:00.390283354Z [2024-06-26T08:52:00.388+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:52:00.392203286Z [2024-06-26T08:52:00.391+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:52:00.394637045Z [2024-06-26T08:52:00.394+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:52:00.394645016Z 2024-06-26T08:52:00.394648586Z 2024-06-26T08:52:00.394651695Z 2024-06-26T08:52:00.400039667Z [2024-06-26T08:52:00.399+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:52:00.400334311Z [2024-06-26T08:52:00.400+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:52:00.402846294Z [2024-06-26T08:52:00.402+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:51:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:52:00.402908638Z [2024-06-26T08:52:00.402+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:51:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:52:00.403247792Z [2024-06-26T08:52:00.402+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:51:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:52:00.403263404Z [2024-06-26T08:52:00.403+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:51:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:52:00.798483094Z [2024-06-26T08:52:00.797+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:52:00.798503121Z [2024-06-26T08:52:00.798+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:51:00+00:00 exited with status queued for try_number 1 2024-06-26T08:52:00.799566957Z [2024-06-26T08:52:00.798+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:51:00+00:00 exited with status queued for try_number 1 2024-06-26T08:52:00.813970795Z [2024-06-26T08:52:00.813+0000] {scheduler_job.py:635} INFO - Setting external_id for to 78d4289f-8a2f-4cba-8c11-3ecd7354689c 2024-06-26T08:52:00.817143412Z [2024-06-26T08:52:00.813+0000] {scheduler_job.py:635} INFO - Setting external_id for to eea73e70-9822-4fff-b576-5b1bcde15b50 2024-06-26T08:52:00.817565573Z [2024-06-26T08:52:00.817+0000] {scheduler_job.py:635} INFO - Setting external_id for to df145d72-b933-4b96-8570-b01ae0e3a319 2024-06-26T08:52:02.087107312Z [2024-06-26T08:52:02.086+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:52:02.087431049Z [2024-06-26T08:52:02.087+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:50:00+00:00, run_id=scheduled__2024-06-26T08:50:00+00:00, run_start_date=2024-06-26 08:52:00.307688+00:00, run_end_date=2024-06-26 08:52:02.086965+00:00, run_duration=1.779277, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:50:00+00:00, data_interval_end=2024-06-26 08:52:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:52:02.097340281Z [2024-06-26T08:52:02.097+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:52:00+00:00, run_after=2024-06-26T08:54:00+00:00 2024-06-26T08:52:02.151050702Z [2024-06-26T08:52:02.150+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:52:02.159140897Z [2024-06-26T08:52:02.158+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=-1, run_start_date=2024-06-26 08:52:01.417627+00:00, run_end_date=2024-06-26 08:52:01.812134+00:00, run_duration=0.394507, state=success, executor_state=success, try_number=1, max_tries=1, job_id=88, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:52:00.395664+00:00, queued_by_job_id=2, pid=1919 2024-06-26T08:52:04.448327219Z [2024-06-26T08:52:04.447+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:52:04.448369821Z [2024-06-26T08:52:04.447+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:51:00+00:00, run_id=scheduled__2024-06-26T08:51:00+00:00, run_start_date=2024-06-26 08:52:00.318159+00:00, run_end_date=2024-06-26 08:52:04.447686+00:00, run_duration=4.129527, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:51:00+00:00, data_interval_end=2024-06-26 08:52:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:52:04.459208619Z [2024-06-26T08:52:04.458+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:52:00+00:00, run_after=2024-06-26T08:53:00+00:00 2024-06-26T08:52:05.004133499Z [2024-06-26T08:52:05.003+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:52:05.004664546Z [2024-06-26T08:52:05.004+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:51:00+00:00, run_id=scheduled__2024-06-26T08:51:00+00:00, run_start_date=2024-06-26 08:52:00.310698+00:00, run_end_date=2024-06-26 08:52:05.004065+00:00, run_duration=4.693367, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:51:00+00:00, data_interval_end=2024-06-26 08:52:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:52:05.019290469Z [2024-06-26T08:52:05.018+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:52:00+00:00, run_after=2024-06-26T08:53:00+00:00 2024-06-26T08:52:05.036468289Z [2024-06-26T08:52:05.036+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:52:05.036486454Z 2024-06-26T08:52:05.036689122Z [2024-06-26T08:52:05.036+0000] {scheduler_job.py:425} INFO - DAG scaleout_vdu has 0/16 running and queued tasks 2024-06-26T08:52:05.037493498Z [2024-06-26T08:52:05.037+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:52:05.037506322Z 2024-06-26T08:52:05.039898190Z [2024-06-26T08:52:05.039+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='scaleout_vdu', task_id='main_task', run_id='scaleout_vdu_20240626085204_274721', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:52:05.040117924Z [2024-06-26T08:52:05.039+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'scaleout_vdu', 'main_task', 'scaleout_vdu_20240626085204_274721', '--local', '--subdir', 'DAGS_FOLDER/dags/scaleout_vdu.py'] 2024-06-26T08:52:05.138088929Z [2024-06-26T08:52:05.137+0000] {scheduler_job.py:602} INFO - Executor reports execution of scaleout_vdu.main_task run_id=scaleout_vdu_20240626085204_274721 exited with status queued for try_number 1 2024-06-26T08:52:05.138130299Z [2024-06-26T08:52:05.138+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:51:00+00:00 exited with status success for try_number 1 2024-06-26T08:52:05.138324945Z [2024-06-26T08:52:05.138+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:51:00+00:00 exited with status success for try_number 1 2024-06-26T08:52:05.148354631Z [2024-06-26T08:52:05.148+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:51:00+00:00, map_index=-1, run_start_date=2024-06-26 08:52:02.699046+00:00, run_end_date=2024-06-26 08:52:04.230115+00:00, run_duration=1.531069, state=success, executor_state=success, try_number=1, max_tries=1, job_id=89, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:52:00.395664+00:00, queued_by_job_id=2, pid=1947 2024-06-26T08:52:05.148699749Z [2024-06-26T08:52:05.148+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:51:00+00:00, map_index=-1, run_start_date=2024-06-26 08:52:02.827628+00:00, run_end_date=2024-06-26 08:52:04.658880+00:00, run_duration=1.831252, state=success, executor_state=success, try_number=1, max_tries=1, job_id=90, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:52:00.395664+00:00, queued_by_job_id=2, pid=1948 2024-06-26T08:52:05.148820164Z [2024-06-26T08:52:05.148+0000] {scheduler_job.py:635} INFO - Setting external_id for to 37d7c97b-604f-467f-8a80-c9b40509d64f 2024-06-26T08:52:07.236237362Z [2024-06-26T08:52:07.235+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:52:07.236582277Z [2024-06-26T08:52:07.236+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=scaleout_vdu, execution_date=2024-06-26 08:52:04.795725+00:00, run_id=scaleout_vdu_20240626085204_274721, run_start_date=2024-06-26 08:52:04.979036+00:00, run_end_date=2024-06-26 08:52:07.236162+00:00, run_duration=2.257126, state=success, external_trigger=True, run_type=manual, data_interval_start=2024-06-26 08:52:04.795725+00:00, data_interval_end=2024-06-26 08:52:04.795725+00:00, dag_hash=fe9051a2be22a71df9995650740fbd7e 2024-06-26T08:52:07.239629911Z [2024-06-26T08:52:07.239+0000] {dag.py:3452} INFO - Setting next_dagrun for scaleout_vdu to None, run_after=None 2024-06-26T08:52:07.272784619Z [2024-06-26T08:52:07.272+0000] {scheduler_job.py:602} INFO - Executor reports execution of scaleout_vdu.main_task run_id=scaleout_vdu_20240626085204_274721 exited with status success for try_number 1 2024-06-26T08:52:07.278750222Z [2024-06-26T08:52:07.278+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=scaleout_vdu, task_id=main_task, run_id=scaleout_vdu_20240626085204_274721, map_index=-1, run_start_date=2024-06-26 08:52:05.929019+00:00, run_end_date=2024-06-26 08:52:06.426285+00:00, run_duration=0.497266, state=success, executor_state=success, try_number=1, max_tries=1, job_id=91, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:52:05.037871+00:00, queued_by_job_id=2, pid=1968 2024-06-26T08:52:55.306770793Z [2024-06-26T08:52:55.304+0000] {scheduler_job.py:1410} INFO - Resetting orphaned tasks for active dag runs 2024-06-26T08:53:00.615224608Z [2024-06-26T08:53:00.613+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:53:00.626694242Z [2024-06-26T08:53:00.626+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:53:00+00:00, run_after=2024-06-26T08:54:00+00:00 2024-06-26T08:53:00.676452215Z [2024-06-26T08:53:00.675+0000] {scheduler_job.py:360} INFO - 2 tasks up for execution: 2024-06-26T08:53:00.676528535Z 2024-06-26T08:53:00.676539095Z 2024-06-26T08:53:00.676547566Z [2024-06-26T08:53:00.676+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:53:00.676556137Z [2024-06-26T08:53:00.676+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:53:00.677670059Z [2024-06-26T08:53:00.677+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:53:00.677700228Z 2024-06-26T08:53:00.677709271Z 2024-06-26T08:53:00.680541039Z [2024-06-26T08:53:00.680+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:52:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:53:00.680592543Z [2024-06-26T08:53:00.680+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:52:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:53:00.680843035Z [2024-06-26T08:53:00.680+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:52:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:53:00.681826302Z [2024-06-26T08:53:00.680+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:52:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:53:00.890477924Z [2024-06-26T08:53:00.889+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:52:00+00:00 exited with status queued for try_number 1 2024-06-26T08:53:00.890689597Z [2024-06-26T08:53:00.890+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:52:00+00:00 exited with status queued for try_number 1 2024-06-26T08:53:00.901397320Z [2024-06-26T08:53:00.900+0000] {scheduler_job.py:635} INFO - Setting external_id for to c37267dd-4cbd-4ff7-b4b8-df73448a39dd 2024-06-26T08:53:00.901797324Z [2024-06-26T08:53:00.901+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9f0a8943-86be-4f21-a0ee-f00a1028fc2c 2024-06-26T08:53:04.247507265Z [2024-06-26T08:53:04.247+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:53:04.248140891Z [2024-06-26T08:53:04.247+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:52:00+00:00, run_id=scheduled__2024-06-26T08:52:00+00:00, run_start_date=2024-06-26 08:53:00.639662+00:00, run_end_date=2024-06-26 08:53:04.247771+00:00, run_duration=3.608109, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:52:00+00:00, data_interval_end=2024-06-26 08:53:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:53:04.259361880Z [2024-06-26T08:53:04.259+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:53:00+00:00, run_after=2024-06-26T08:54:00+00:00 2024-06-26T08:53:05.426841248Z [2024-06-26T08:53:05.426+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:52:00+00:00 exited with status success for try_number 1 2024-06-26T08:53:05.435987164Z [2024-06-26T08:53:05.435+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:52:00+00:00, map_index=-1, run_start_date=2024-06-26 08:53:02.648467+00:00, run_end_date=2024-06-26 08:53:04.160624+00:00, run_duration=1.512157, state=success, executor_state=success, try_number=1, max_tries=1, job_id=92, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:53:00.678099+00:00, queued_by_job_id=2, pid=2013 2024-06-26T08:53:06.492194318Z [2024-06-26T08:53:06.491+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:53:06.492518603Z [2024-06-26T08:53:06.492+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:52:00+00:00, run_id=scheduled__2024-06-26T08:52:00+00:00, run_start_date=2024-06-26 08:53:00.638416+00:00, run_end_date=2024-06-26 08:53:06.492203+00:00, run_duration=5.853787, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:52:00+00:00, data_interval_end=2024-06-26 08:53:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:53:06.500325053Z [2024-06-26T08:53:06.500+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:53:00+00:00, run_after=2024-06-26T08:54:00+00:00 2024-06-26T08:53:06.540117832Z [2024-06-26T08:53:06.539+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:52:00+00:00 exited with status success for try_number 1 2024-06-26T08:53:06.545102619Z [2024-06-26T08:53:06.544+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:52:00+00:00, map_index=-1, run_start_date=2024-06-26 08:53:02.828797+00:00, run_end_date=2024-06-26 08:53:05.289587+00:00, run_duration=2.46079, state=success, executor_state=success, try_number=1, max_tries=1, job_id=93, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:53:00.678099+00:00, queued_by_job_id=2, pid=2014 2024-06-26T08:54:00.178469732Z [2024-06-26T08:54:00.177+0000] {scheduler_job.py:1197} INFO - DAG ns_topology is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:54:00.195866981Z [2024-06-26T08:54:00.195+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:54:00+00:00, run_after=2024-06-26T08:55:00+00:00 2024-06-26T08:54:00.207589523Z [2024-06-26T08:54:00.207+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:54:00.293758851Z [2024-06-26T08:54:00.293+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:54:00.293853186Z 2024-06-26T08:54:00.293860214Z 2024-06-26T08:54:00.293864619Z 2024-06-26T08:54:00.294262093Z [2024-06-26T08:54:00.294+0000] {scheduler_job.py:425} INFO - DAG ns_topology has 0/16 running and queued tasks 2024-06-26T08:54:00.295441159Z [2024-06-26T08:54:00.294+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:54:00.295455727Z [2024-06-26T08:54:00.294+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:54:00.295462542Z [2024-06-26T08:54:00.295+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:54:00.295487310Z 2024-06-26T08:54:00.295493628Z 2024-06-26T08:54:00.295497776Z 2024-06-26T08:54:00.300239735Z [2024-06-26T08:54:00.299+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='ns_topology', task_id='get_topology', run_id='scheduled__2024-06-26T08:52:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:54:00.300545369Z [2024-06-26T08:54:00.300+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'ns_topology', 'get_topology', 'scheduled__2024-06-26T08:52:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/ns_topology.py'] 2024-06-26T08:54:00.301220935Z [2024-06-26T08:54:00.301+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:53:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:54:00.301458649Z [2024-06-26T08:54:00.301+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:53:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:54:00.301903597Z [2024-06-26T08:54:00.301+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:53:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:54:00.302207767Z [2024-06-26T08:54:00.301+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:53:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:54:00.667232688Z [2024-06-26T08:54:00.666+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:52:00+00:00 exited with status queued for try_number 1 2024-06-26T08:54:00.667283494Z [2024-06-26T08:54:00.667+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:53:00+00:00 exited with status queued for try_number 1 2024-06-26T08:54:00.667339511Z [2024-06-26T08:54:00.667+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:53:00+00:00 exited with status queued for try_number 1 2024-06-26T08:54:00.678545011Z [2024-06-26T08:54:00.678+0000] {scheduler_job.py:635} INFO - Setting external_id for to 507652f4-1196-4771-bbb9-fdeeb2195927 2024-06-26T08:54:00.678634695Z [2024-06-26T08:54:00.678+0000] {scheduler_job.py:635} INFO - Setting external_id for to f526bd77-ebf9-45f9-ae9d-908fe5840598 2024-06-26T08:54:00.678730866Z [2024-06-26T08:54:00.678+0000] {scheduler_job.py:635} INFO - Setting external_id for to 141891d2-39af-4ee6-955d-981c3d76a659 2024-06-26T08:54:01.899936020Z [2024-06-26T08:54:01.899+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:54:01.900152232Z [2024-06-26T08:54:01.899+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=ns_topology, execution_date=2024-06-26 08:52:00+00:00, run_id=scheduled__2024-06-26T08:52:00+00:00, run_start_date=2024-06-26 08:54:00.227340+00:00, run_end_date=2024-06-26 08:54:01.899859+00:00, run_duration=1.672519, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:52:00+00:00, data_interval_end=2024-06-26 08:54:00+00:00, dag_hash=e360c04dc0c257e4994be7d04f1a0de1 2024-06-26T08:54:01.909768241Z [2024-06-26T08:54:01.909+0000] {dag.py:3452} INFO - Setting next_dagrun for ns_topology to 2024-06-26T08:54:00+00:00, run_after=2024-06-26T08:56:00+00:00 2024-06-26T08:54:01.978338738Z [2024-06-26T08:54:01.977+0000] {scheduler_job.py:602} INFO - Executor reports execution of ns_topology.get_topology run_id=scheduled__2024-06-26T08:52:00+00:00 exited with status success for try_number 1 2024-06-26T08:54:02.000885403Z [2024-06-26T08:54:02.000+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=ns_topology, task_id=get_topology, run_id=scheduled__2024-06-26T08:52:00+00:00, map_index=-1, run_start_date=2024-06-26 08:54:01.317173+00:00, run_end_date=2024-06-26 08:54:01.749886+00:00, run_duration=0.432713, state=success, executor_state=success, try_number=1, max_tries=1, job_id=94, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:54:00.296337+00:00, queued_by_job_id=2, pid=2049 2024-06-26T08:54:05.337053910Z [2024-06-26T08:54:05.336+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:54:05.337442704Z [2024-06-26T08:54:05.336+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:53:00+00:00, run_id=scheduled__2024-06-26T08:53:00+00:00, run_start_date=2024-06-26 08:54:00.229474+00:00, run_end_date=2024-06-26 08:54:05.336895+00:00, run_duration=5.107421, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:53:00+00:00, data_interval_end=2024-06-26 08:54:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:54:05.346280951Z [2024-06-26T08:54:05.346+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:54:00+00:00, run_after=2024-06-26T08:55:00+00:00 2024-06-26T08:54:05.355481446Z [2024-06-26T08:54:05.354+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:54:05.355828141Z [2024-06-26T08:54:05.355+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:53:00+00:00, run_id=scheduled__2024-06-26T08:53:00+00:00, run_start_date=2024-06-26 08:54:00.232779+00:00, run_end_date=2024-06-26 08:54:05.355364+00:00, run_duration=5.122585, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:53:00+00:00, data_interval_end=2024-06-26 08:54:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:54:05.374100612Z [2024-06-26T08:54:05.373+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:54:00+00:00, run_after=2024-06-26T08:55:00+00:00 2024-06-26T08:54:05.421799879Z [2024-06-26T08:54:05.420+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:53:00+00:00 exited with status success for try_number 1 2024-06-26T08:54:05.422068511Z [2024-06-26T08:54:05.421+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:53:00+00:00 exited with status success for try_number 1 2024-06-26T08:54:05.703974354Z [2024-06-26T08:54:05.703+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:53:00+00:00, map_index=-1, run_start_date=2024-06-26 08:54:02.651172+00:00, run_end_date=2024-06-26 08:54:04.368207+00:00, run_duration=1.717035, state=success, executor_state=success, try_number=1, max_tries=1, job_id=96, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:54:00.296337+00:00, queued_by_job_id=2, pid=2080 2024-06-26T08:54:05.704069038Z [2024-06-26T08:54:05.703+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:53:00+00:00, map_index=-1, run_start_date=2024-06-26 08:54:02.499317+00:00, run_end_date=2024-06-26 08:54:04.353218+00:00, run_duration=1.853901, state=success, executor_state=success, try_number=1, max_tries=1, job_id=95, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:54:00.296337+00:00, queued_by_job_id=2, pid=2079 2024-06-26T08:55:00.153065897Z [2024-06-26T08:55:00.152+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:55:00+00:00, run_after=2024-06-26T09:00:00+00:00 2024-06-26T08:55:00.174096389Z [2024-06-26T08:55:00.173+0000] {scheduler_job.py:1197} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 is at (or above) max_active_runs (1 of 1), not creating any more runs 2024-06-26T08:55:00.188902930Z [2024-06-26T08:55:00.188+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:55:00+00:00, run_after=2024-06-26T08:56:00+00:00 2024-06-26T08:55:00.265446006Z [2024-06-26T08:55:00.260+0000] {scheduler_job.py:360} INFO - 3 tasks up for execution: 2024-06-26T08:55:00.265478657Z 2024-06-26T08:55:00.265484871Z 2024-06-26T08:55:00.265488087Z 2024-06-26T08:55:00.265491195Z [2024-06-26T08:55:00.261+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:55:00.265494229Z [2024-06-26T08:55:00.261+0000] {scheduler_job.py:425} INFO - DAG vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:55:00.265497232Z [2024-06-26T08:55:00.261+0000] {scheduler_job.py:425} INFO - DAG vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:55:00.265510588Z [2024-06-26T08:55:00.262+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:55:00.265513918Z 2024-06-26T08:55:00.265516957Z 2024-06-26T08:55:00.265520028Z 2024-06-26T08:55:00.268697176Z [2024-06-26T08:55:00.268+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='extract_metrics_from_vnfrs', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=-1) to executor with priority 4 and queue default 2024-06-26T08:55:00.269229289Z [2024-06-26T08:55:00.268+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'extract_metrics_from_vnfrs', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:55:00.270096944Z [2024-06-26T08:55:00.269+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_vim_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:54:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:55:00.270920142Z [2024-06-26T08:55:00.270+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vim_status_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_vim_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:54:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vim_status.py'] 2024-06-26T08:55:00.271376479Z [2024-06-26T08:55:00.271+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='get_all_vm_status_and_send_to_prometheus', run_id='scheduled__2024-06-26T08:54:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:55:00.271679782Z [2024-06-26T08:55:00.271+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'get_all_vm_status_and_send_to_prometheus', 'scheduled__2024-06-26T08:54:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_status.py'] 2024-06-26T08:55:00.578071932Z [2024-06-26T08:55:00.577+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:55:00.578260626Z [2024-06-26T08:55:00.578+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:54:00+00:00 exited with status queued for try_number 1 2024-06-26T08:55:00.578421526Z [2024-06-26T08:55:00.578+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:54:00+00:00 exited with status queued for try_number 1 2024-06-26T08:55:00.585837131Z [2024-06-26T08:55:00.585+0000] {scheduler_job.py:635} INFO - Setting external_id for to 9429d63e-707c-4a75-90e7-7268ab773b96 2024-06-26T08:55:00.586103249Z [2024-06-26T08:55:00.585+0000] {scheduler_job.py:635} INFO - Setting external_id for to 7a0ffbbc-9b53-4621-8951-4e7d400fc72d 2024-06-26T08:55:00.586328984Z [2024-06-26T08:55:00.586+0000] {scheduler_job.py:635} INFO - Setting external_id for to d30b314c-7283-475b-a790-31fd48b41754 2024-06-26T08:55:04.115826856Z [2024-06-26T08:55:04.114+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:55:04.115839743Z 2024-06-26T08:55:04.115855199Z [2024-06-26T08:55:04.114+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:55:04.115860062Z [2024-06-26T08:55:04.115+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:55:04.115863335Z 2024-06-26T08:55:04.120171218Z [2024-06-26T08:55:04.119+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='split_metrics', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=-1) to executor with priority 3 and queue default 2024-06-26T08:55:04.121108089Z [2024-06-26T08:55:04.119+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'split_metrics', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:55:04.236413906Z [2024-06-26T08:55:04.232+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:55:04.236967461Z [2024-06-26T08:55:04.236+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.extract_metrics_from_vnfrs run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:55:04.251660447Z [2024-06-26T08:55:04.250+0000] {scheduler_job.py:635} INFO - Setting external_id for to 40c581ff-99f6-4d9d-a8ec-9ef73007652c 2024-06-26T08:55:04.252515828Z [2024-06-26T08:55:04.252+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=extract_metrics_from_vnfrs, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=-1, run_start_date=2024-06-26 08:55:02.805677+00:00, run_end_date=2024-06-26 08:55:03.298754+00:00, run_duration=0.493077, state=success, executor_state=success, try_number=1, max_tries=1, job_id=97, pool=default_pool, queue=default, priority_weight=4, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:55:00.263885+00:00, queued_by_job_id=2, pid=2134 2024-06-26T08:55:05.462319853Z [2024-06-26T08:55:05.461+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:55:05.462574954Z [2024-06-26T08:55:05.462+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:54:00+00:00, run_id=scheduled__2024-06-26T08:54:00+00:00, run_start_date=2024-06-26 08:55:00.202224+00:00, run_end_date=2024-06-26 08:55:05.462247+00:00, run_duration=5.260023, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:54:00+00:00, data_interval_end=2024-06-26 08:55:00+00:00, dag_hash=0ed31c9d138fe5fb48d705e2a40e1bc9 2024-06-26T08:55:05.475578534Z [2024-06-26T08:55:05.475+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:55:00+00:00, run_after=2024-06-26T08:56:00+00:00 2024-06-26T08:55:05.488008798Z [2024-06-26T08:55:05.487+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:55:05.488123342Z [2024-06-26T08:55:05.487+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:54:00+00:00, run_id=scheduled__2024-06-26T08:54:00+00:00, run_start_date=2024-06-26 08:55:00.203222+00:00, run_end_date=2024-06-26 08:55:05.487870+00:00, run_duration=5.284648, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:54:00+00:00, data_interval_end=2024-06-26 08:55:00+00:00, dag_hash=a0411424cb0ed1c9d8ab620e8cf0bd0b 2024-06-26T08:55:05.508669885Z [2024-06-26T08:55:05.508+0000] {dag.py:3452} INFO - Setting next_dagrun for vim_status_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:55:00+00:00, run_after=2024-06-26T08:56:00+00:00 2024-06-26T08:55:05.576837049Z [2024-06-26T08:55:05.576+0000] {scheduler_job.py:602} INFO - Executor reports execution of vim_status_bea3e703-67c3-43de-a011-34c90a153bd6.get_vim_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:54:00+00:00 exited with status success for try_number 1 2024-06-26T08:55:05.576857514Z [2024-06-26T08:55:05.576+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6.get_all_vm_status_and_send_to_prometheus run_id=scheduled__2024-06-26T08:54:00+00:00 exited with status success for try_number 1 2024-06-26T08:55:05.582837065Z [2024-06-26T08:55:05.582+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_status_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_all_vm_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:54:00+00:00, map_index=-1, run_start_date=2024-06-26 08:55:02.851626+00:00, run_end_date=2024-06-26 08:55:04.880191+00:00, run_duration=2.028565, state=success, executor_state=success, try_number=1, max_tries=1, job_id=98, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:55:00.263885+00:00, queued_by_job_id=2, pid=2144 2024-06-26T08:55:05.582952448Z [2024-06-26T08:55:05.582+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vim_status_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=get_vim_status_and_send_to_prometheus, run_id=scheduled__2024-06-26T08:54:00+00:00, map_index=-1, run_start_date=2024-06-26 08:55:03.229658+00:00, run_end_date=2024-06-26 08:55:04.645749+00:00, run_duration=1.416091, state=success, executor_state=success, try_number=1, max_tries=1, job_id=99, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:55:00.263885+00:00, queued_by_job_id=2, pid=2154 2024-06-26T08:55:07.093235733Z [2024-06-26T08:55:07.091+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:55:07.093259533Z 2024-06-26T08:55:07.093263121Z [2024-06-26T08:55:07.091+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:55:07.093266752Z [2024-06-26T08:55:07.092+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:55:07.093269718Z 2024-06-26T08:55:07.095713491Z [2024-06-26T08:55:07.095+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='collect_metrics', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=0) to executor with priority 2 and queue default 2024-06-26T08:55:07.095724641Z [2024-06-26T08:55:07.095+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'collect_metrics', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py', '--map-index', '0'] 2024-06-26T08:55:07.164193338Z [2024-06-26T08:55:07.163+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:55:07.164235369Z [2024-06-26T08:55:07.164+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.split_metrics run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:55:07.170846423Z [2024-06-26T08:55:07.170+0000] {scheduler_job.py:635} INFO - Setting external_id for to 421c65a9-c6b0-4e3a-a170-cfa67d5c19b4 2024-06-26T08:55:07.170984185Z [2024-06-26T08:55:07.170+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=split_metrics, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=-1, run_start_date=2024-06-26 08:55:06.256450+00:00, run_end_date=2024-06-26 08:55:06.601630+00:00, run_duration=0.34518, state=success, executor_state=success, try_number=1, max_tries=1, job_id=100, pool=default_pool, queue=default, priority_weight=3, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:55:04.117070+00:00, queued_by_job_id=2, pid=2184 2024-06-26T08:55:10.747422457Z [2024-06-26T08:55:10.747+0000] {scheduler_job.py:360} INFO - 1 tasks up for execution: 2024-06-26T08:55:10.747449483Z 2024-06-26T08:55:10.748643678Z [2024-06-26T08:55:10.747+0000] {scheduler_job.py:425} INFO - DAG vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 has 0/16 running and queued tasks 2024-06-26T08:55:10.750094244Z [2024-06-26T08:55:10.749+0000] {scheduler_job.py:511} INFO - Setting the following tasks to queued state: 2024-06-26T08:55:10.750112378Z 2024-06-26T08:55:10.756081604Z [2024-06-26T08:55:10.755+0000] {scheduler_job.py:550} INFO - Sending TaskInstanceKey(dag_id='vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', task_id='send_prometheus', run_id='scheduled__2024-06-26T08:50:00+00:00', try_number=1, map_index=-1) to executor with priority 1 and queue default 2024-06-26T08:55:10.756264553Z [2024-06-26T08:55:10.756+0000] {base_executor.py:93} INFO - Adding to queue: ['airflow', 'tasks', 'run', 'vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6', 'send_prometheus', 'scheduled__2024-06-26T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/dags/multivim_vm_metrics.py'] 2024-06-26T08:55:10.854860761Z [2024-06-26T08:55:10.854+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status queued for try_number 1 2024-06-26T08:55:10.864726555Z [2024-06-26T08:55:10.864+0000] {scheduler_job.py:635} INFO - Setting external_id for to f756281a-27cf-4b64-bcd7-9db6c70b5ad7 2024-06-26T08:55:10.962037147Z [2024-06-26T08:55:10.961+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.collect_metrics run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:55:10.969654602Z [2024-06-26T08:55:10.969+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=collect_metrics, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=0, run_start_date=2024-06-26 08:55:08.889192+00:00, run_end_date=2024-06-26 08:55:10.678558+00:00, run_duration=1.789366, state=success, executor_state=success, try_number=1, max_tries=1, job_id=101, pool=default_pool, queue=default, priority_weight=2, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:55:07.092508+00:00, queued_by_job_id=2, pid=2195 2024-06-26T08:55:14.184538570Z [2024-06-26T08:55:14.184+0000] {dagrun.py:607} INFO - Marking run successful 2024-06-26T08:55:14.185939905Z [2024-06-26T08:55:14.184+0000] {dagrun.py:658} INFO - DagRun Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, execution_date=2024-06-26 08:50:00+00:00, run_id=scheduled__2024-06-26T08:50:00+00:00, run_start_date=2024-06-26 08:55:00.200800+00:00, run_end_date=2024-06-26 08:55:14.184671+00:00, run_duration=13.983871, state=success, external_trigger=False, run_type=scheduled, data_interval_start=2024-06-26 08:50:00+00:00, data_interval_end=2024-06-26 08:55:00+00:00, dag_hash=777fed616218ace4a3f5183c5c7d4668 2024-06-26T08:55:14.193701014Z [2024-06-26T08:55:14.193+0000] {dag.py:3452} INFO - Setting next_dagrun for vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6 to 2024-06-26T08:55:00+00:00, run_after=2024-06-26T09:00:00+00:00 2024-06-26T08:55:14.263972843Z [2024-06-26T08:55:14.263+0000] {scheduler_job.py:602} INFO - Executor reports execution of vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6.send_prometheus run_id=scheduled__2024-06-26T08:50:00+00:00 exited with status success for try_number 1 2024-06-26T08:55:14.269342801Z [2024-06-26T08:55:14.269+0000] {scheduler_job.py:645} INFO - TaskInstance Finished: dag_id=vm_metrics_vim_bea3e703-67c3-43de-a011-34c90a153bd6, task_id=send_prometheus, run_id=scheduled__2024-06-26T08:50:00+00:00, map_index=-1, run_start_date=2024-06-26 08:55:12.740791+00:00, run_end_date=2024-06-26 08:55:13.181742+00:00, run_duration=0.440951, state=success, executor_state=success, try_number=1, max_tries=1, job_id=102, pool=default_pool, queue=default, priority_weight=1, operator=_PythonDecoratedOperator, queued_dttm=2024-06-26 08:55:10.750512+00:00, queued_by_job_id=2, pid=2216 2024-06-26T08:22:40.664162082Z 2024-06-26T08:22:40.672853164Z Cleaning logs every 900 seconds 2024-06-26T08:22:40.672871327Z Trimming airflow logs to 15 days. 2024-06-26T08:30:00.849994562Z Trimming airflow logs to 15 days. 2024-06-26T08:30:01.877561732Z Trimming airflow logs to 15 days. 2024-06-26T08:45:00.920113433Z Trimming airflow logs to 15 days. 2024-06-26T08:45:01.954584565Z Trimming airflow logs to 15 days. 2024-06-26T08:21:49.956186100Z .......... 2024-06-26T08:21:50.505393492Z /home/airflow/.local/lib/python3.10/site-packages/airflow/configuration.py:384 FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. 2024-06-26T08:21:52.571945699Z /home/airflow/.local/lib/python3.10/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) 2024-06-26T08:22:02.230594051Z [2024-06-26T08:22:02.229+0000] {db.py:755} INFO - Waiting for migrations... 0 second(s) 2024-06-26T08:22:03.239658399Z [2024-06-26T08:22:03.239+0000] {db.py:755} INFO - Waiting for migrations... 1 second(s) 2024-06-26T08:22:04.255742298Z [2024-06-26T08:22:04.254+0000] {db.py:755} INFO - Waiting for migrations... 2 second(s) 2024-06-26T08:22:05.268744093Z [2024-06-26T08:22:05.268+0000] {db.py:755} INFO - Waiting for migrations... 3 second(s)