From 28976809b36c8397fd40ae3e8f62e705541db161 Mon Sep 17 00:00:00 2001 From: hyejiyu Date: Wed, 20 Nov 2024 19:05:13 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=9C=85]=20test:=20RabbitMQ=20consumer=20&?= =?UTF-8?q?=20Airflow=20DAG=20git=20actions=20test4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airflow/HomePlus_dag.py | 2 +- messagequeue/consumer/HomePlus_consumer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow/HomePlus_dag.py b/airflow/HomePlus_dag.py index 9ef9542..6cd9afc 100644 --- a/airflow/HomePlus_dag.py +++ b/airflow/HomePlus_dag.py @@ -75,4 +75,4 @@ def generate_queue_values(): send_post_request_HOMEPLUS_task.expand(category_id=category_ids), # Producer ] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송 -### git actions test3 ### +### git actions test4 ### diff --git a/messagequeue/consumer/HomePlus_consumer.py b/messagequeue/consumer/HomePlus_consumer.py index 64b4f6d..29db181 100644 --- a/messagequeue/consumer/HomePlus_consumer.py +++ b/messagequeue/consumer/HomePlus_consumer.py @@ -110,4 +110,4 @@ def callback(ch, method, properties, body): reset_timer() # 타이머 초기화 channel.start_consuming() # 메시지 수신 시작 -### git actions test3 ### +### git actions test4 ###