Skip to content

Commit

Permalink
[✅] test: git actions test completion
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Nov 5, 2024
1 parent 6925866 commit 0c21dff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion airflow/HomePlus_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ def generate_queue_values():
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송


###
1 change: 0 additions & 1 deletion messagequeue/consumer/HomePlus_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ def callback(ch, method, properties, body):
reset_timer() # 타이머 초기화
channel.start_consuming() # 메시지 수신 시작

###

0 comments on commit 0c21dff

Please sign in to comment.