-
If the node which the Nano wallet is trying to use is not available or not responding as expected could the wallet query and dynamically change to another Supernode?
The benefit being clients are …
-
The initial support for input fault tolerance only has basic tests. We need more, including:
- [ ] Kafka failures and errors (Kafka and the `rdkafka` crate have mocking support).
- [ ] Check that li…
blp updated
11 months ago
-
### Emoji symbol
🛟
### Emoji code
:ring_buoy:
### Emoji description
Code related to fault tolerance
### Describe the use case of your emoji
Code used to prevent and manage errors, eg: retrying …
agea updated
10 months ago
-
- [x] Proactive scheduling
- [x] Client assign return waiting time (avg round time), client repeatedly ping the job during waiting time
- [x] Proactive scheduling
- [x] Client TTL
- [ ] Clean up…
-
# Background
Dlrover is an elastic deep learning framework, with fault-tolerance of processes failure, POD losting etc. Since the LLM training is at large scale and always span for a long time, many …
-
@nmaludy asked to open an issue to discuss making certain retry parameters configurable.
The idea here is to make at least these two configurable via st2.conf:
https://github.com/StackStorm/st2/bl…
-
To avoid heatapump problem in case of too many consecutive reading errors from a certain sensor (because off broken sensor, bad contact etc), deactivate sulatusHuijaus and turn relay to OFF (to defros…
iro70 updated
3 years ago
-
Fault tolerance annotations are silently ignored on fallback methods. For example:
```
@Fallback(fallbackMethod = "legacyFindBook")
public Book findBookInOnlineStore(String title) {
…
-
## Description
If multiple Tangle-Accelerators can communicate and disseminate information, some features might be implemented. Gossip protocol might be a solution.
### Redirect requests
If o…
-
At the moment the slurm scheduler doesn't restart the executor in case of a failure. Investigate how to handle this.