Manuel Astudillo
Manuel Astudillo
When you start bull it must be able to find these lua files: https://github.com/OptimalBits/bull/tree/develop/lib/commands So if you are using a compiler/bundler as webpack you need to make sure it copies...
The information you provide is not sufficient to reproduce the issue nor to make any analysis. Try to add more logging to the workers so that you can get an...
The best is to break down long jobs into smaller ones, so if the job fails you keep the job done already.
I am confused, what is the issue exactly? Did it not work as stated in the documentation?
Seems like your Redis instance does not support CLIENT setname command. You can try using redis-cli to confirm.
And of course if this is implemented, it would be important to add also a ```BFCALL``` command with similar blocking behaviour.
@madolson I guess support for streams could be added with some extra parameters for specifying the ID. Maybe something like: ``` BEVAL srcKey [ID] script numkeys [key [key ...]] [arg...
Update: using ```workspace:*``` does not help either: ``` npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:": workspace:* ``` If the workspace protocol is not supported, how do you...
So last three days I spent trying to make the release to no avail... tried everything I could came up with. In the last iteration I changed to pnpm instead...
@aarne Thanks. Yes, by uploading the log files I could see that the error came from "arborist" an internal module used by node itself. Downgrading to node 14 did the...