From d3a4b0ab62320ac454cf97d8d011d54ab097cd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Tue, 11 Nov 2008 20:52:55 -0800 Subject: [PATCH] Added readme entry --- README.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index e60a4589f..f6c3c5c6c 100644 --- a/README.textile +++ b/README.textile @@ -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