-
```
After running 5 bots online doing relatively consistent work (sending a
chat message every ~5 seconds) for over 36 hours, this exception was thrown:
System.ArgumentException was unhandled
Messa…
-
Upper layer might give a big message to Crust. Since currently we have only one TCP connection to the peer so there's single streaming, Crust message sends are atomic. Once begun a partially sent mess…
-
In Kafka Streams, we have a few cases for which we use RocksDB as a "priority queue" -- we layout the keys in a specific way that gives us the order we want. To "peek" into the head of the "queue", we…
-
Hi,
```javascript
var kue = require('kue-scheduler');
var Queue = kue.createQueue({
restore: true
});
//create a job instance
var job = Queue
.createJob('every', {time:'every…
-
### Affected hardware version
Bangle 1, Bangle 2
### Your firmware version
2v21
### The bug
Continuing the conversation from https://github.com/espruino/BangleApps/pull/3394#issuecomment-21088326…
-
[简体中文](https://github.com/ChikaApp/Scheduler-Progress/issues/1)
- [x] Scheduling kernel
- [x] Scheduling kernel low-level encapsulation
- [x] Scheduling log
- [x] Job executor logic
- [x] Job reg…
-
Let's consider a specification with three threads - A, B, and C - where each thread performs a series of sequential actions. You can get a counter-example that looks like:
```
A_Step0
B_Step0
C_…
-
Hi,
I'm running into a problem where if I have two node servers connecting to the same Redis try to use 'every' to set up recurring execution of the same job. What I was hoping for is that regardless…
-
mStompClient.topic("/queue/MyNewQueue")
.subscribe(topicMessage -> {
toast(""+ topicMessage.getPayload());
});
here is the log which shows message received…
-
```
I think APV might benefit from maintaining and updating an ordered queue tiles
to be rendered, ordered by importance rather than time. The tiles that overlap
the visible area get maximum import…