nox icon indicating copy to clipboard operation
nox copied to clipboard

Rust implementation of the Fluence network peer

Results 100 nox issues
Sort by recently updated
recently updated
newest added

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...

recent

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...

recent

Throw an error and stop node if any environmental variables from `on_start.json` are missing

recent

``` service Srv("srv"): add_alias(alias: string, service_id: string) ``` would it throw exception or return some error code? could that build in return some error code like structure?

recent

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...

recent

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...

recent

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...

enhancement
recent