Manuel Astudillo
Manuel Astudillo
Yes, we have tests that cover all the priority functionality: https://github.com/OptimalBits/bull/blob/develop/test/test_queue.js#L1041 It is difficult to know why it does not work for you as you are not providing a test...
wails.io looks pretty cool indeed, should be quite easy to port the old UI or create a new one from scratch.
Tailwind? ouch 😅
I think plain css (or just something like less/sass) will be more flexible for this kind of UI (as we could have pretty cool controllers, buttons, etc).
@FlorentBrianFoxcorner that is quite a good idea, as that would also allow interacting with the POD without any cables.
But are these issues with IORedis or specific to BullMQ? because we really rely on IORedis capability to reconnect automatically. Recently I found an issue where the blocking BZPOPMIN command...
There was some strange issue with IORedis (https://github.com/redis/ioredis/issues/1888) but I made a fix in BullMQ to workaround it and since then I cannot reproduce it anymore.
@kibertoad the problem is that what you are saying is not really true... only connections that are not shared are closed.
@semoal can you provide reproducible code so that we can look into it?
@adamreisnz is it possible that you are passing a string instead of a number? It is not a breaking change, more like it is detecting a potential error in your...