Brad Vogel

Results 82 comments of Brad Vogel

Yes - thanks. I know I can take over res.json and format it myself - but I'd prefer to keep using the built-in `res.json` and benefit from its future improvements....

🙏 🎉

@jasrusable awesome project! Just curious - have you considered using Redis Streams (introduced in Redis 5.0)? If we were to build bee-queue again from the ground up, we likely would...

Mind putting a PR with the fix? Even a draft PR without tests would be helpful to us to understand the issue more.

I don't believe this will work as intended. `job.remove()` and `queue.removeJob` aren't meant to be called when the job is currently being processed. What if I job is being processed...

@ramiel Thanks for the continued work on this. I tested it locally and was unable to get it to work. Perhaps you could help me. Here's what I doing: 1....

What's the TypeScript compilation error you're running into?

> First of all, thank you for your job on this awesome library. Thanks! The team appreciates your compliment. > do you know about any python implementation of bee queue,...

Parameters that you pass to a job must be serializable into json since they’re stored in Redis. So you’ll need to pass all the information needed for the database query...

We hadn't planned on it, but we'd be happy to take a PR