Jozef Dúc

Results 5 comments of Jozef Dúc

Hi, i changed `@icon-font-path: '../../bower_components/bootstrap/fonts/';` to `@icon-font-path: '../../bootstrap/fonts/';` in `index.less` file and works fine. It is not solving main problem of course.

Agree with @reederz, 5.0.2 version is fine, after upgrade to 5.0.3, I am hitting connection limit EDIT: definitely broken by this PR https://github.com/celery/celery/pull/6416 I reverted it and connections do not...

Well I played around it and found out, that if we change ```diff diff --git a/celery/app/base.py b/celery/app/base.py index a00d46513..cc244e77d 100644 --- a/celery/app/base.py +++ b/celery/app/base.py @@ -1243,7 +1243,7 @@ class Celery:...

> [celery/kombu@96ca00f](https://github.com/celery/kombu/commit/96ca00f05f264947e9256225a83a35ba3297cdfe) was added, you can try both Well, it did not help, only ```cached_property``` for `backend`

> I checked the backends and they seemed to be destroyed properly (`__del__` method was called) but I still was not able to find why the connections were not closed....