Skip to content

Commit f0a75c7

Browse files
authored
Merge pull request #52032 from pacoxu/patch-6
[zh] fix coarse create queue example
2 parents d023e56 + 7fd7f9a commit f0a75c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/job/coarse-parallel-processing-work-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ BROKER_URL=amqp://guest:guest@$RABBITMQ_SERVICE_SERVICE_HOST:5672
225225

226226
# 现在创建队列:
227227

228-
/usr/bin/amqp-declare-queue --url=$BROKER_URL -q foo -d foo
228+
/usr/bin/amqp-declare-queue --url=$BROKER_URL -q foo -d
229229
```
230230
```
231231
foo

0 commit comments

Comments
 (0)