fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Command timeout after 10 minutes


From: Rob Marshall
Subject: Re: [Fab-user] Command timeout after 10 minutes
Date: Thu, 14 Jun 2018 19:25:29 -0400

Hi,

Looks like it was the keepalive timer. The process has now been
running for over an hour and a half, so looking good.

Thanks for all the help,

Rob
On Thu, Jun 14, 2018 at 4:56 PM Brandon Whaley <address@hidden> wrote:
>
> Another thought, perhaps your problem is keepalive?
>
> http://docs.fabfile.org/en/1.14/usage/env.html#keepalive
>
> On Thu, Jun 14, 2018 at 4:54 PM Brandon Whaley <address@hidden> wrote:
>>
>> How are you setting the timeout?  I would try this if you have not already:
>>
>>     with settings(command_timeout=3600):
>>         run("my long command")
>>
>> On Thu, Jun 14, 2018 at 4:17 PM Rob Marshall <address@hidden> wrote:
>>>
>>> Hi,
>>>
>>> I'm running a remote command using Fabric 1.13.2 which keeps timing
>>> out after 10 minutes. I set the timeout on the run command but that
>>> doesn't seem to help. Is there another timeout somewhere that I need
>>> to change?
>>>
>>> Thanks,
>>>
>>> Rob
>>>
>>> _______________________________________________
>>> Fab-user mailing list
>>> address@hidden
>>> https://lists.nongnu.org/mailman/listinfo/fab-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]