Browse Source

Except trickery :(

Ask Solem 13 years ago
parent
commit
4151b4ab09
1 changed files with 3 additions and 0 deletions
  1. 3 0
      celery/worker/__init__.py

+ 3 - 0
celery/worker/__init__.py

@@ -267,6 +267,9 @@ class WorkController(object):
         except SystemExit:
             self.stop()
             raise
+        except Exception:
+            self.stop()
+            raise
         except:
             self.stop()
             try: