s-r-x

Results 5 comments of s-r-x

Hello, atm status is required for almost all the queries (except by job id). The reason for that is the way Bull stores your queues inside redis. Search without status...

@melalj it is possible in [bull-monitor](https://github.com/s-r-x/bull-monitor)

@mcamis ```sh npm i -D @babel/plugin-transform-react-jsx ``` or ```sh yarn add -D @babel/plugin-transform-react-jsx ``` .babel.rc ```javascript { "presets": ["next/babel", "@linaria"], "plugins": [ [ "@babel/plugin-transform-react-jsx", { "runtime": "automatic" } ] ]...

@mcamis i'm not quire sure tbh. i've just played a little bit with your example and found out that React.createElement works, but jsx syntax is not. So i thought that...