Skip to content

Commit aa33759

Browse files
committed
Fix README queues config value to array
1 parent 9cd6bc3 commit aa33759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ and then remove the paused ones. Pausing in general should be something rare, us
313313
Do this:
314314

315315
```yml
316-
queues: background, backend
316+
queues: [ real_time, background ]
317317
```
318318

319319
instead of this:

0 commit comments

Comments
 (0)