Skip to content
Snippets Groups Projects
Commit fec5d233 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

docs: document the queue test command

parent b212306c
No related branches found
No related tags found
No related merge requests found
Pipeline #60194 passed
...@@ -111,3 +111,12 @@ process_name=%(program_name)s_%(process_num)02d ...@@ -111,3 +111,12 @@ process_name=%(program_name)s_%(process_num)02d
``` ```
Change `user` to the Unix user on your server. Change `user` to the Unix user on your server.
## Testing your Setup
After everything is set up you can create a few dummy tasks and see if they get
handled by the workers:
```bash
./bin/console dbp:relay:core:queue:test --count 10 --delay 3
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment