Files
deighton-ar/server/src/server.js
John Lyon-Smith e80f5490d5 Initial commit
2018-02-22 17:57:27 -08:00

10 lines
297 B
JavaScript

import childProcess from 'child_process'
const actors = [ 'api', 'email', 'image' ]
// TODO: spawn index.js in each of these sub-directories
// TODO: If any child exits, wait for a back-off period and then restart
// TODO: Gradually increase back-off period if process fails again too quickly