Skip to content

Commit

Permalink
Revert "Clean results task Health Check"
Browse files Browse the repository at this point in the history
This reverts commit 4d4148e.

Close #269
  • Loading branch information
codingjoe committed Sep 21, 2020
1 parent 65db560 commit 36e37a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion health_check/contrib/celery/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def check_status(self):
result.get(timeout=timeout)
if result.result != 8:
self.add_error(ServiceReturnedUnexpectedResult("Celery returned wrong result"))
add.forget()
except IOError as e:
self.add_error(ServiceUnavailable("IOError"), e)
except NotImplementedError as e:
Expand Down

0 comments on commit 36e37a5

Please sign in to comment.