feat: set custom runers and queue length

This commit is contained in:
realaravinth
2022-08-09 16:30:04 +05:30
parent 21825582e5
commit 8c9587ad65
3 changed files with 10 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ I use mariadb also in Docker
2. Create create database user:
```bash
docker create
docker create \
-p 3306:3306 \
--name some-mariadb \
--env MARIADB_USER=maria \