Releases: felixmosh/bull-board
Use proxyUrl if provided
Allows users to use different paths from the one configured in Express through proxyUrl
param when provided in the request
Thanks, @Eywek for the first contribution!
Add queues already set in Bull
This release adds the option to work with queues already set in Bull.
This is introduced by the method setQueues
, for more information, check docs.
Thanks @sestolk for working with this and for the first time contribution!
bumps dependencies, adds delayed information and fixes some styling
bump Bull, React and date-fns
add delayed information with updates in real time (kudos to @alexleroyross for one more PR)
fixes some styling for error stack traces
thank's to everyone who's using the lib and contributing to the project by opening PR's and Issues!
Add Clean action for delayed queue
Add a Clean action for the queue in delayed status.
Ref. #18
thanks @alexleroyross for your first contribution to the project!
Fix missing total_system_memory data
Visual improvements for highlighting
- Queue data and error stack traces with better highlighting
First complete working version
First working version with correct dependencies in place and minimal features available to users
- Auto polls status for each queue.
- Retry one or all failed jobs
- Status overview for queue healthy (such as memory and connected clients)