Skip to content

Commit

Permalink
Added readme entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lütke committed Nov 12, 2008
1 parent e81577c commit d3a4b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.textile
Expand Up @@ -13,7 +13,8 @@ It is a direct extraction from Shopify where the job table is responsible for a
* spam checks

h2. Changes


* 1.7 Added failed_at column which can optionally be set after a certain amount of failed job attempts. By default failed job attempts are destroyed after about a month.
* 1.6 Renamed locked_until to locked_at. We now store when we start a given job instead of how long it will be locked by the worker. This allows us to get a reading on how long a job took to execute.
* 1.5 Job runners can now be run in parallel. Two new database columns are needed: locked_until and locked_by. This allows us to use pessimistic locking, which enables us to run as many worker processes as we need to speed up queue processing.
* 1.0 Initial release
Expand Down

0 comments on commit d3a4b0a

Please sign in to comment.