Salvatore Sanfilippo

Results 165 comments of Salvatore Sanfilippo

I definitely like the idea of supporting joysticks, but I think the exported API may be more consistent with what we have currently, more info ASAP, but I've some ideas...

This is what I need to merge it: - Removal of additional newlines before `return` in sdlInit() and createFrameBuffer() that was out of the scope of the patch. - updateJoystick(State|Name)()...

Hello, thanks for reporting, what command do you use to add jobs exactly? What field do you check to see the number of jobs? The `INFO` field or the queue...

Ok, the problem is that, with ASYNC, you are asking for best-effort replication, so for example if a node runs out of memory (the default maxmemory is 1GB), it will...

@nadarkathiresh that's a good hint, of from time to time Disque gives you this error, it means that there are moments where the two nodes cannot talk for an extended...

4 minutes for 1000 jobs is expected given that your RTT is 250 milliseconds: ``` (0.25*1000)/60 = 4.1666666666 ``` So this looks ok. However without async, Disque will retry even...

I don't mean that you must switch to synchronous replication, what I mean is that `ASYNC` + serious node to node link issues will result into lost jobs. Today I'll...

@nadarkathiresh I tried to reproduce the issue, and indeed, while not with the same severity, I experienced a 10% jobs loss for some reason: either on WANs with high traffic...

Hello @nadarkathiresh, please could you check, when this happens, what is the outgoing bandwidth you are using between the two nodes, and if actually the bandwidth reaches the max you...