From 0c21dff5bb0aedb0c0421af14dd600ea1ca0cfe4 Mon Sep 17 00:00:00 2001 From: hyejiyu Date: Tue, 5 Nov 2024 15:54:56 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=9C=85]=20test:=20git=20actions=20test=20co?= =?UTF-8?q?mpletion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airflow/HomePlus_dag.py | 1 - messagequeue/consumer/HomePlus_consumer.py | 1 - 2 files changed, 2 deletions(-) diff --git a/airflow/HomePlus_dag.py b/airflow/HomePlus_dag.py index b951baa..88f4763 100644 --- a/airflow/HomePlus_dag.py +++ b/airflow/HomePlus_dag.py @@ -76,4 +76,3 @@ def generate_queue_values(): ] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송 -### \ No newline at end of file diff --git a/messagequeue/consumer/HomePlus_consumer.py b/messagequeue/consumer/HomePlus_consumer.py index ccd67bb..e178e02 100644 --- a/messagequeue/consumer/HomePlus_consumer.py +++ b/messagequeue/consumer/HomePlus_consumer.py @@ -110,4 +110,3 @@ def callback(ch, method, properties, body): reset_timer() # 타이머 초기화 channel.start_consuming() # 메시지 수신 시작 -### \ No newline at end of file