Felix Mosheev

Results 355 comments of Felix Mosheev

@DennisSnijder can you check if #704 solves this issue?

I think that it is possible, but not sure why would you like to do that. Pay attention that `isLengthAware` makes an additional db query.

Would you like to make a PR for this?

@caseypugh how can we solve this? make the paths relative? How can I debug this issue myself?

@caseypugh but I don't have a public redis service that I can connect to in order to test it....

Can someone try with the mentioned solution here? https://github.com/felixmosh/bull-board/issues/485#issuecomment-1414339022

Looks like it solved, thanx ;]

I've the same issue as @birtles has, I would expect that a new entry will be added (with the path of the `worker` file path) dynamically with a worker target,...

@ahabhgk I've tested `v0.2.5` with the worker, looks like it splits the worker script into a separate file, but it is not bundling it's imports inside this bundle. ```js //...