Skip to content

Commit 1a62a54

Browse files
committed
[✅] test: RabbitMQ consumer & Airflow DAG git actions test COMPLETE
1 parent a76597d commit 1a62a54

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

airflow/HomePlus_dag.py

-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ def generate_queue_values():
7575
send_post_request_HOMEPLUS_task.expand(category_id=category_ids), # Producer
7676
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송
7777

78-
### git actions test4 ###

messagequeue/consumer/HomePlus_consumer.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,3 @@ def callback(ch, method, properties, body):
110110
reset_timer() # 타이머 초기화
111111
channel.start_consuming() # 메시지 수신 시작
112112

113-
### git actions test4 ###

0 commit comments

Comments
 (0)