大毛

Results 6 comments of 大毛

@savon-noir Of course I can control timeout by myself using `Timer`. I means providing an extra argument (like timeout) to do this internally may be a good feature.

Seems same problem. Just run `cmd/wgctrl` on my linux. `wgctrl` can list all interface correctly, but `wgctrl wg0` show a confused info. > Calling c.Device("wg0") and if wg0 does Not...

Solved by upgrading Linux kernel from 4.9.2 to 5.4.54.

Hi @mgolisch, http://build-out.mgolisch.eu is forbidden now.

Same issue. In my case, just a few calls like `r = somefunc.delay()`, produces millions of channels with about 33G memory used after serveral months, my server is trembling :cry:,...

@chetandhembre In our scenario, we don't need result (`ignore_result=True`), so remove config `result_backend='redis://[email protected]:6379` solve the problem temporarily. may be help?