samhunta

Results 10 comments of samhunta

Per the docs, you can use `queue.remove({ unique: 'myJob' })` where `myJob` is the job name.

@schmod This may solve your problem - https://github.com/lykmapipo/kue-scheduler/pull/101

@schmod I've tried Redlock 3.0.0 with no luck, not sure why :/

My current setup contains micro services which I don't include the processing code for non workers. There's no good reason to have non-workers include that extra code anyway.

I'm white and I agree with this https://insights.dice.com/2020/07/17/whitelist-blacklist-the-new-debate-over-security-terminology/

An issue with making wrapped comments respect `// prettier-ignore` is if the programmer's intent is to ignore the statement following the API comments it's ignoring. Instead there could be prettier-ignore-comment?

You can implement a Function.prototype.bind or ES6 polyfill pretty easily, has anyone tried this?

This is more of a React issue right? React now supports ES6