Skip to content

Commit f803a91

Browse files
Brian Moreartysteveklabnik
authored andcommitted
Add 'failing' queue to demo readme.
Conflicts: examples/demo/README.markdown
1 parent 8006ffd commit f803a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo/README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pending jobs rising.
2222
Now in another shell terminal start the worker:
2323

2424
$ cd resque/examples/demo
25-
$ VERBOSE=true QUEUE=default rake resque:work
25+
$ VERBOSE=true QUEUE=default,failing rake resque:work
2626

2727
You should see the following output:
2828

@@ -33,7 +33,7 @@ You should see the following output:
3333

3434
You can also use `VVERBOSE` (very verbose) if you want to see more:
3535

36-
$ VVERBOSE=true QUEUE=default rake resque:work
36+
$ VERBOSE=true QUEUE=default,failing rake resque:work
3737
*** Starting worker hostname:90399:default
3838
** [05:55:09 2009-09-16] 90399: Registered signals
3939
** [05:55:09 2009-09-16] 90399: Checking default

0 commit comments

Comments
 (0)