Skip to content

Commit

Permalink
Fix README queues config value to array
Browse files Browse the repository at this point in the history
  • Loading branch information
ristovskiv authored and rosa committed Feb 17, 2025
1 parent 9cd6bc3 commit 0a6c3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ and then remove the paused ones. Pausing in general should be something rare, us
Do this:

```yml
queues: background, backend
queues: [ background, backend ]
```

instead of this:
Expand Down

0 comments on commit 0a6c3b6

Please sign in to comment.