From ad61c45f2fc802fc2b6db5a765219a681ef955bb Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 18 Feb 2013 07:59:08 +0100 Subject: [PATCH] Update changelog. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1a9ada60..49aafb74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,11 @@ - Worker registrations now expire. This should prevent `rqinfo` from reporting about ghosted workers. (Thanks, @yaniv-aknin!) +- `rqworker` will automatically clean up ghosted worker registrations from + pre-0.3.6 runs. + +- `rqworker` grew a `-q` flag, to be more silent (only warnings/errors are shown) + ### 0.3.5 (February 6th, 2013)