Skip to content

Commit

Permalink
[✅] test: RabbitMQ consumer & Airflow DAG git actions test4
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Nov 20, 2024
1 parent f03e9c8 commit 2897680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/HomePlus_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
2 changes: 1 addition & 1 deletion messagequeue/consumer/HomePlus_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def callback(ch, method, properties, body):
reset_timer() # 타이머 초기화
channel.start_consuming() # 메시지 수신 시작

### git actions test3 ###
### git actions test4 ###

0 comments on commit 2897680

Please sign in to comment.