We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a8f08 commit 10ec2d3Copy full SHA for 10ec2d3
README.md
@@ -68,6 +68,11 @@ You can run jobs asynchronously with `Resque.async`.
68
Async jobs are pushed onto a worker queue managed by a manager thread.
69
Each job is then started in it's own thread.
70
71
+## resque-scheduler
72
+
73
+`resque-mock` can also mock `resque-scheduler`'s `Resque.enqueue_in` and
74
+`Resque.enqueue_at` methods.
75
76
## Contributors
77
78
Dan Peterson (https://github.com/dpiddy)
0 commit comments