Browse Source

Merge branch 'master' of github.com:celery/celery

Ask Solem 9 years ago
parent
commit
af7dfcd34e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      celery/apps/beat.py
  2. 1 1
      docs/userguide/tasks.rst

+ 1 - 0
celery/apps/beat.py

@@ -116,6 +116,7 @@ class Beat(object):
             logger.critical('beat raised exception %s: %r',
                             exc.__class__, exc,
                             exc_info=True)
+            raise exc
 
     def init_loader(self):
         # Run the worker init handler.

+ 1 - 1
docs/userguide/tasks.rst

@@ -316,7 +316,7 @@ The request defines the following attributes:
 
 :id: The unique id of the executing task.
 
-:group: The unique id a group, if this task is a member.
+:group: The unique id of the task's :ref:`group <canvas-group>`, if this task is a member.
 
 :chord: The unique id of the chord this task belongs to (if the task
         is part of the header).