Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 7 forks source link

For robustness, add supervisor and make pico engine a child process #316

Open 0joshuaolson1 opened 7 years ago

0joshuaolson1 commented 7 years ago

Otherwise, a mistake or malicious user/pico/ruleset/rule could bring down functionality for all users.

farskipper commented 6 years ago

Check for and kill/restart processes that consume too much resources. i.e.

If it offends too often then mark the ruleset and/or pico as quarantined.

Also auto-restart processes that crash unexpectedly