Discussion:
[Fab-user] keepalive for parallel tasks
Rob Marshall
2018-07-26 14:58:51 UTC
Permalink
Hi,

I have been having issues that a task I'm running as parallel keeps
exiting. For now I'm printing out a message every 60 seconds to keep it
from going away but I was wondering if there's a more "elegant" solution
something along the lines of a keepalive timer. Is there such a thing? I'm
running Python Fabric 1.13.2.

Thanks,

Rob
Brandon Whaley
2018-07-26 16:17:17 UTC
Permalink
There's a command line option that sets an environment variable for
keepalive:

http://docs.fabfile.org/en/1.13/usage/fab.html?highlight=keepalive#cmdoption--keepalive
Post by Rob Marshall
Hi,
I have been having issues that a task I'm running as parallel keeps
exiting. For now I'm printing out a message every 60 seconds to keep it
from going away but I was wondering if there's a more "elegant" solution
something along the lines of a keepalive timer. Is there such a thing? I'm
running Python Fabric 1.13.2.
Thanks,
Rob
_______________________________________________
Fab-user mailing list
https://lists.nongnu.org/mailman/listinfo/fab-user
Loading...