Skip to content

Commit

Permalink
[✅] test: git actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Nov 5, 2024
1 parent b20d00d commit 1ae9d07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion airflow/HomePlus_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ def generate_queue_values():
[
run_consumer_task, # Consumer
send_post_request_HOMEPLUS_task.expand(category_id=category_ids), # Producer
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송


###
1 change: 0 additions & 1 deletion airflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ swagger-ui-bundle==0.0.9
tabulate==0.9.0
tenacity==8.1.0
termcolor==2.0.1
text-unidecode==1.3
typing_extensions==4.12.2
tzdata==2024.1
uc-micro-py==1.0.1
Expand Down
1 change: 1 addition & 0 deletions messagequeue/consumer/HomePlus_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ def callback(ch, method, properties, body):
reset_timer() # 타이머 초기화
channel.start_consuming() # 메시지 수신 시작

###
2 changes: 1 addition & 1 deletion messagequeue/producer/HomePlus/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pika==1.3.2
Flask>=2.0.0
Werkzeug>=2.0.0
requests==2.32.3
python-dotenv
python-dotenv==1.0.1

0 comments on commit 1ae9d07

Please sign in to comment.