Skip to content

Commit 10ec2d3

Browse files
committed
resque-scheduler info.
1 parent 94a8f08 commit 10ec2d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ You can run jobs asynchronously with `Resque.async`.
6868
Async jobs are pushed onto a worker queue managed by a manager thread.
6969
Each job is then started in it's own thread.
7070

71+
## resque-scheduler
72+
73+
`resque-mock` can also mock `resque-scheduler`'s `Resque.enqueue_in` and
74+
`Resque.enqueue_at` methods.
75+
7176
## Contributors
7277

7378
Dan Peterson (https://github.com/dpiddy)

0 commit comments

Comments
 (0)