-
Notifications
You must be signed in to change notification settings - Fork 38
Support object progress #14
Comments
are you using bullmq? i'm asking because bull always returns progress as a number(if the docs are correct). this api/ui is made specifically for bull |
+1 same error here. bullmq supports object progress @s-r-x |
awesome work btw! I'm also willing to provide PR as well |
@fritx hmm, i have no idea why graphql throws an error on this one, because bull-monitor api always converts job progress to 0, if one is not a number. |
I'm ready to provide a PR, here is a screenshot, is it acceptable? @s-r-x |
@fritx LGTM |
added in 3.5.0 |
@fritx bullmq support for the cli was added in 4.1.0 (there is a new "bullmq" flag) |
I keep getting a rendering error when the job progress is an object
{ "percents:" 100, "currentStep": "finished" }
:Maybe it should be a way to with discard the progress, or be able to have an option to map the int value with the right key
The text was updated successfully, but these errors were encountered: