Skip to content

Commit 0c21dff

Browse files
committed
[✅] test: git actions test completion
1 parent 6925866 commit 0c21dff

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
@@ -76,4 +76,3 @@ def generate_queue_values():
7676
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송
7777

7878

79-
###

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-
###

0 commit comments

Comments
 (0)