From b79841b6b3abb3b9fb292333a4ef6bd7c6bee1d2 Mon Sep 17 00:00:00 2001 From: Mark Mulder Date: Wed, 18 Apr 2012 10:53:56 +0300 Subject: [PATCH] Fix some very minor typo's --- Changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index add03a3f..405b27f1 100644 --- a/Changes.md +++ b/Changes.md @@ -19,7 +19,7 @@ ```ruby Sidekiq.configure_client do |config| require 'sidekiq/middleware/client/unique_jobs' - cnfig.client_middleware do |chain| + config.client_middleware do |chain| chain.add Sidekiq::Middleware::Client::UniqueJobs end end @@ -46,7 +46,7 @@ get to this big milestone! ----------- - Implement "safe shutdown". The messages for any workers that - are stil busy when we hit the TERM timeout will be requeued in + are still busy when we hit the TERM timeout will be requeued in Redis so the messages are not lost when the Sidekiq process exits. [#110] - Work around Celluloid's small 4kb stack limit [#115]