Dmitry K
Dmitry K
also have this issue, anybody have the solution to bypass it ?
aaaa why this is not fixed yet, almost a year passed.. :)
@jmdobry forgot to say thank you, I appreciate it even a year after :)
I also tried to build from sources and can confirm that it's still doesn't work. Also passing `-ip` shows the ip address in the output on startup but connection doesn't...
It doesn't work for me either, they check IsBrowserEnv via > typeof window !== 'undefined' but i have mocked window via domino in server.ts, so this check makes no sense
same problem here Every few days i have to restart workers due to this problem there are no any significant clues in logs, but I have a suspicion that reconnects...
the config is nearby to default imports = ('app.tasks',) result_persistent = True task_ignore_result = False task_acks_late = True worker_concurrency = 3 worker_prefetch_multiplier = 4 enable_utc = True timezone = 'Europe/Moscow'...
@jxltom I bet tracemalloc with 5 minutes wont help to locate problem For example I have 5 nodes and only 3 of them had this problem for last 4 days,...
@jxltom no difference at all, and yes they are on python 3 & rabit as broker and redis on backend I made a testing example to reproduce this, if it...