Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttam committed Mar 9, 2010
1 parent 3982423 commit 20fc5d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resque-throttle
===============

Resque throttle is a plugin for the [Resque][0] queueing system
(http://github.com/defunkt/resque). It adds a ThrottledJob class that will be
limited to the amount of times it can be enqueued per instance.
Resque Throttle is a plugin for the [Resque][0] queueing system
(http://github.com/defunkt/resque). It adds a ThrottledJob class that will
limit the amount of times it can be enqueued per class.

To use
------
Expand Down Expand Up @@ -33,10 +33,12 @@ by returning a string. Example:
#rest of your class here
end

When a job is throttled, it will raise a ThrottledError and the job will not be enqueued.

Contributing
------------

Once you've made your great commits:
Once you've made your commits:

1. [Fork][1] Resque Throttle
2. Create a topic branch - `git checkout -b my_branch`
Expand Down

0 comments on commit 20fc5d9

Please sign in to comment.