folex
folex
Fix typo in README and clarify a bit for OSX
Script storage provides functionality of recurring scripts. One can upload a script there, specify an interval, and script will be executed once in the interval until deleted. However, scripts are...
Ability to change node's log level and log filters without restarting the node. That would simplify debug process by node operators while keeping the network more stable. ## Technical details...
Currently, persisted services are created sequentially. When there are 20-50-100 of them, it takes minutes, making each restart a very expensive and anti-HA operation. To address these problems, creation of...
Currently, it's not possible to configure the TTL of particles that BuiltinsDeployer sends as it's hardcoded to 20 seconds. It poses a problem for commodity hardware that doesn't possess much...
Currently if `srv list` or some other function timeouts during the beginning of autodeploy process, node restarts or stops. While it's fine to fail node when autodeploy has failed, it...
Currently `peer identify` returns `NodeInfo` which contains `external_addresses` field. However, if external addresses aren't configured by node operator, we return `[]`. It's possible to try better. More specifically, libp2p's Swarm...
If a script is added that can't be parsed or its execution leads to repeated failures, it should be removed. This information is already available to script storage, see [particle_failures_sink...