Skip to content

Commit 6725205

Browse files
committed
Stress that worker uses Queue.slug instead of Queue.name
1 parent 2328c53 commit 6725205

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/worker/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ With docker
2222

2323
* Install `Docker <https://docs.docker.com/engine/install/>`_
2424
* Install `docker-compose <https://github.com/docker/compose/releases/>`_
25-
* Start :ref:`server` and :ref:`frontend`, create Group and Queue, get slug (e.g. ``test_queue``)
25+
* Go to `frontend <http://localhost:3000>`
26+
* Create new Group
27+
* Create Queue in this group, and then get **Queue.slug** (e.g. ``123-test_queue``)
2628
* Run the following command:
2729

2830
.. code:: console

0 commit comments

Comments
 (0)