Skip to content

Commit

Permalink
modifed DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Sep 18, 2024
1 parent ba42a8b commit 9217fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def send_post_request(categoryId):

run_consumer_task = BashOperator(
task_id='run_consumer', # Task 이름
bash_command="python3 /home/patturning1/mq_consumer.py"
bash_command="python3 /home/patturning1/mq_consumer.py &",
do_xcom_push=False
)


Expand Down

0 comments on commit 9217fa3

Please sign in to comment.