Skip to content

Commit 1ae9d07

Browse files
committed
[✅] test: git actions test
1 parent b20d00d commit 1ae9d07

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

airflow/HomePlus_dag.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ def generate_queue_values():
7373
[
7474
run_consumer_task, # Consumer
7575
send_post_request_HOMEPLUS_task.expand(category_id=category_ids), # Producer
76-
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송
76+
] >> collect_task_results_task >> send_summary_email # Task 결과 수집 후 이메일 전송
77+
78+
79+
###

airflow/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ swagger-ui-bundle==0.0.9
136136
tabulate==0.9.0
137137
tenacity==8.1.0
138138
termcolor==2.0.1
139-
text-unidecode==1.3
140139
typing_extensions==4.12.2
141140
tzdata==2024.1
142141
uc-micro-py==1.0.1

messagequeue/consumer/HomePlus_consumer.py

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

113+
###

messagequeue/producer/HomePlus/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pika==1.3.2
22
Flask>=2.0.0
33
Werkzeug>=2.0.0
44
requests==2.32.3
5-
python-dotenv
5+
python-dotenv==1.0.1

0 commit comments

Comments
 (0)