Parameter descriptions

NameValueRequired?
--lock-providerLock provider name: db, zookeeper, or file.

The default lock provider: db
No
--lock-db-prefixThe specific db prefix to avoid lock conflicts when using the db lock provider.

The default value: NULL
No
--lock-zookeeper-hostHost and port to connect to the Zookeeper cluster when you use the zookeeper lock provider.

For example: 127.0.0.1:2181
Yes, if you set --lock-provider=zookeeper
--lock-zookeeper-pathThe path where Zookeeper saves locks.

The default path is: /magento/locks
No
--lock-file-pathThe path where file locks are saved.Yes, if you set --lock-provider=file
Previous pageConfigure message consumer behavior
Next pageConfigure the store