humancopy

Results 16 comments of humancopy

Oh wow I see you went through most of them already! Well done! 😄 So the Shopify Plus ones you don't want to implement for now?

@AlexanderPoellmann Yeah that's cool... It's the one from Shopify right?

I really like the Telemetry idea, I think it's a great solution to replace the controller callbacks... Maybe first step would be to convert callbacks to events and then create...

> Controller callbacks are different, since they interject the request and may change the results. Ah yes of course 😄 So I released the extension as a separate package so...

Still trying to think of a way to remove the locks when removing the whole queue. Since `remove_queue` is called on `Resque` and not on the queue's class itself, and...

Hey ... I've reverted back the hash change (for speed), so it now uses normal Redis keys again. I also added another class method for defining if the lock should...