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 <[email protected]> wrote: > Hii team... > whenever I execute the REBOOT > command form the openwisp2, I will get the message like* "timeout" *but > in the background it's executed with soft reboot. Still why am I getting > Task time limit exceeded, is there any setting can we increase the > background duration/time to execute this command? > > [image: image.png] > Thanks in advance. > > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAG6AGHds2pzCWrRaW8dpb646ETN%3DiSUj-NNjr1VPE0ep%2B_brAA%40mail.gmail.com.
