AsyncOrder

The AsyncOrder module enables asynchronous order placement, which marks the order as received, places it in a queue, and processes it in a first-in-first-out basis.

AsyncOrder values:

To enable AsyncOrder, set the checkout/async variable in the env.php file. For example:

<?php
      'checkout' => [
               'async' => 1
       ]

Alternatively, you can set the variable using the command-line interface:

bin/magento setup:config:set --checkout-async 1

Before disabling the AsyncOrder module, you must verify that all asynchronous order processes are complete.

data-slots=text
The version of this module is 100.4.4.