You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# DisqueJockey
2
2
DisqueJockey is a fast, concurrent background job processing framework for the Disque message queue.
3
-
# Getting Started
3
+
4
+
## Installation
4
5
First, you should run a Disque server if you aren't already doing so.
5
6
Disque source and build instructions can be found at: https://github.com/antirez/disque
6
7
@@ -48,10 +49,19 @@ Your worker class must do two things:
48
49
49
50
Lastly, you must place your worker in a directory named 'workers'
50
51
51
-
Once your worker is written and placed in a workers directory, you can call disque_jockey from the command line and it will start up your workers and begin delivering jobs to them.
52
+
## Starting Disque Jockey
53
+
Once your worker is written and placed in a workers directory,
54
+
you can call `disque_jockey start` from the command line and it will
55
+
start up your workers and begin delivering jobs to them.
56
+
57
+
To see all the command line options, use the help command
0 commit comments