armcburney / conductor

:radio: Distributed job management system for registering workers, and scheduling jobs to execute on them
https://conductor-se464.herokuapp.com/
MIT License
3 stars 0 forks source link

IMPORTANT: Make process wrapper tolerant to a severed network connection #74

Closed andrew749 closed 7 years ago

andrew749 commented 7 years ago

Buffer elements while you cannot send over the websocket.

Have a large timeout for when we'll give up trying to send.

This is really important since fault tolerance was one of the non-functional properties we promised.

andrew749 commented 7 years ago

101