Skip to content

Commit

Permalink
Fixed typos in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 28, 2011
1 parent b82c9b0 commit 6b52e54
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Fixes

There was a race condition when the MainThread was waiting for the pool
semaphore to be released. The ResultHandler now terminates after 5
seconds if there still results that have not been started, but no worker
processes left to start them (it needs to timeout because there could
still be an ack+result that we haven't consumed from the result queue. It
seconds if there are unacked jobs, but no worker processes left to start
them (it needs to timeout because there could still be an ack+result
that we haven't consumed from the result queue. It
is unlikely we will receive any after 5 seconds with no worker processes).

* celerybeat: Now creates pidfile even if the ``--detach`` option is not set.
Expand Down Expand Up @@ -148,11 +148,11 @@ Fixes
* Now emits a user-friendly error message if the result backend name is
unknown (Issue #349).

* :mod:`celery.contrib.batches`: Now sets loglevel and logfile in task request so
``task.get_logger`` works with batch tasks (Issue #357).
* :mod:`celery.contrib.batches`: Now sets loglevel and logfile in the task
request so ``task.get_logger`` works with batch tasks (Issue #357).

* celeryd: An exception was raised if using the amqp transport and prefetch
the count value exceeded 65535 (Issue #359).
* celeryd: An exception was raised if using the amqp transport and the prefetch
count value exceeded 65535 (Issue #359).

The prefetch count is incremented for every received task with an
ETA/countdown defined. The prefetch count is a short, so can only support
Expand All @@ -170,7 +170,7 @@ Fixes
* ``Task.after_return`` is now always called *after* the result has been
written.

* Cassandra Result Backend: Should now works with the latest ``pycassa``
* Cassandra Result Backend: Should now work with the latest ``pycassa``
version.

* multiprocessing.Pool: No longer cares if the putlock semaphore is released
Expand Down

0 comments on commit 6b52e54

Please sign in to comment.