Gagan Deep

Results 150 comments of Gagan Deep
trafficstars

> People who don't use ansible-openwisp2 or docker-openwisp can still configure celery-beat in their settings.py, right? Yes. It is just another Django settings. 😄

> * Using `exit_code` of executed commands on device we can handle this case (To-do: Need to explore better option for this) Can you please explain what needs to be...

I and @nemesisdesign discussed the usage flow today for configuring authentication for iperf check. We concluded on the following operations: 1. The user will set `username`, `password` and `rsa-public-key` in...

> We need to **implement a lock** to ensure **only one Iperf3 check** runs per server at a time. > > * Adding locking mechanism (using memcache/redis) of celery tasks...

The commit check works on GitHub Actions because @atb00ker made commitcheck run every time in https://github.com/openwisp/openwisp-utils/commit/fb3ffcc2c3c42dd065d93248d87433433de31421. Running on GitHub Actions is equivalent to running on a local machine for the...

I spent 5 hours debugging my app due to this issue. I want to fix this issue for good. How can I get started with this? Can anyone guide me...

I ran into this today with `celery==4.4.x`. I updated celery after seeing previously closed issues hoping that it might have been fixed in the newer release. I later came across...

@nemesisdesign I was not able to replicate the issue with the PUT endpoint from the UI. I wrote the following test ```python def test_device_put_api_without_config(self): device = self._create_device(name='test-device') path = reverse('config_api:device_detail',...

I believe it will improve extensibility of the project.