From 3583e8e9dd709fb3ff5b0b1640880fd0c44f8756 Mon Sep 17 00:00:00 2001 From: Suganthi T Date: Mon, 2 Dec 2013 15:50:49 +0530 Subject: [PATCH] Adding details about lock timeout in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d5e49b..d9eec92 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,6 @@ UpdateNetworkGraph is queued at a time, regardless of the repo_id. Normally a job is locked using a combination of its class name and arguments. +By default, the lock expires in 1 hour. If you have long running jobs, override the lock_timeout method in your job. + [rq]: http://github.com/defunkt/resque