Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a515606

Browse files
committed
incorporate review comments
1 parent 4130630 commit a515606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/v2.3/rest/asynchronous-web-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ functional_areas:
1010
An asynchronous web endpoint intercepts messages to a Web API and writes them to the message queue. Each time the system accepts such an API request, it generates a UUID identifier. Magento includes this UUID when it adds the message to the queue. Then, a consumer reads the messages from the queue and executes them one-by-one.
1111

1212
{:.bs-callout .bs-callout-tip}
13-
Use the `bin/magento queue:consumer:start async.operations.all` command to enable asynchronous requests.
13+
Use the `bin/magento queue:consumers:start async.operations.all` command to enable asynchronous requests.
1414

1515
Magento supports the following types of asynchronous requests:
1616

guides/v2.3/rest/bulk-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ functional_areas:
1010
Bulk API endpoints differ from other REST endpoints in that they combine multiple calls of the same type into an array and execute them as a single request. The endpoint handler splits the array into individual entities and writes them as separate messages to the message queue.
1111

1212
{:.bs-callout .bs-callout-tip}
13-
Use the `bin/magento queue:consumer:start async.operations.all` command to enable bulk endpoint processing.
13+
Use the `bin/magento queue:consumers:start async.operations.all` command to enable bulk endpoint processing.
1414

1515
### Routes
1616

0 commit comments

Comments
 (0)