Felix Mosheev
Felix Mosheev
Bullboard is not connecting directly to Redis, but with the bull instance, so maybe this instance is not configured properly?
Sounds like a great feature, thank you.
Thank you for the feature request 🙏🏼 Something like trigger delayed job.
I'm not so familiar with Nest.js, but from the example, https://github.com/felixmosh/bull-board/blob/master/examples/with-nestjs-module/src/feature/feature.module.ts, it looks like here... :]
Based on the source code, it registers the bull-board api as a provider, https://github.com/felixmosh/bull-board/blob/master/packages/nestjs/src/bull-board.root-module.ts#L44C16-L44C35 You can inject it as it does it here: https://github.com/felixmosh/bull-board/blob/master/packages/nestjs/src/bull-board.feature-module.ts#L14 Again, I'm not familiar with Nest.js...
Can you elaborate?
Duplicate of #425
So it's a duplicate of #426 :] The ability to add a new job (with predefined params from an existing one). We need to work on it. Any help will...
I don't think that editing an existing job is a good practice... Think that you will need to move it to waiting as well. How would you do that with...