Dylan Pierce
                                            Dylan Pierce
                                        
                                    @CassandraTrilus I tried `await`'ing the `Queue.add` call, and I was really really hoping that was it but no luck. I'm wondering if there's some kind of non-Promise-ified callback within the...
@CassandraTrilus good call, I think the Job's API is just about the same across both bull & bullmq, I might just try bullmq or downgrade bull, it's clearly a new...
@manast what's your recommendation for avoiding this error on both processing and producing of jobs? Should we somehow increase the number of connections or workers?
Just an update, in my case switching to `bullmq: 1.78.2` fixed the issue for me it appears. Another silly mistake to check is to make sure you're `await`'ing every single...
Thanks for the tip! I'm using Elasticache, I'll check my connection limits and share any graphs. I hope it's something this simple. On Wed, Jul 13, 2022, 2:59 PM N...
Thank you @jasonbosco ! Works for me in Vuepress v1.8.3
@jitinmaher sorry I don't have write access I've just contributed a small PR.
Somehow I missed the `required={true}` prop on the DateRangePicker, but I don't see how it recognizes when the form is being submitted. Also it would still be a nice improvement...
I have made a Postman pre-request script to HMAC auth Postman requests, should be easy enough to convert it to node/browser js - https://gist.github.com/ctrlaltdylan/dd75426527d424bc7a4e93bc6a52ea95
I solved it by using a different `basePath` other than `/docs/`, like `/help/`. Then the conflict didn't arise, and relative file pathing worked just fine.