Changes between Version 28 and Version 29 of NuWa_Slave
- Timestamp:
- 12/13/10 11:53:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NuWa_Slave
v28 v29 177 177 == Running the slave continuously == 178 178 179 Supervisord is recommended to keep the slave running, 179 Network glitches or other problems that prevent the slave from contacting the master (every 5min) 180 result in death of the slave. In order to automatically restart the slave following these frequent (typically every few days) 181 stoppages the slave is run as a child of '''supervisord''', which is able to keep the slave running continuously (even surviving reboots if you 182 are able to setup the initd script). 180 183 * http://supervisord.org/ 181 184