Re: [openwisp] Re: Reboot command timeout: reg

2024-01-18 Thread Federico Capoano
Quoting from the current docs: ``OPENWISP_SSH_COMMAND_TIMEOUT`` +--+-+ | **type**:| ``int`` | +--+-+ | **default**: |``30`` | +--+-+ | **unit**:| ``seconds`` | +-

[openwisp] Re: Reboot command timeout: reg

2024-01-18 Thread Manukumar NM
If I increase this time out, will it work properly and it is in millisecond ?? SSH_COMMAND_TIMEOUT = getattr(settings, 'OPENWISP_SSH_COMMAND_TIMEOUT', 30) @shared_task(soft_time_limit=app_settings.SSH_COMMAND_TIMEOUT * 1.2) On Thu, Jan 18, 2024 at 3:16 PM Manukumar NM wrote: > Hii team... >