Skip to content

Releases: felixmosh/bull-board

Use proxyUrl if provided

31 Oct 09:23
68a9f7e
Compare
Choose a tag to compare

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

14 Oct 13:53
c69afa7
Compare
Choose a tag to compare

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

05 Oct 10:06
826fbad
Compare
Choose a tag to compare

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

24 Sep 08:13
e54ac6f
Compare
Choose a tag to compare

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

12 Sep 12:07
0ed5ed8
Compare
Choose a tag to compare

Fix issue when total_system_memory is not present

Ref #12

Thanks @daksamit @sjsn for reporting the bug and help understanding the problem!

Visual improvements for highlighting

03 Sep 10:51
Compare
Choose a tag to compare
  • Queue data and error stack traces with better highlighting

First complete working version

30 Aug 12:11
Compare
Choose a tag to compare

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)