Benjamin Manns

Results 13 comments of Benjamin Manns

Yes, though part time and on weekends/vacations. If you (or anyone watching) would like to join the core team, feel free to get in touch.

@RajatVaryani yes! Email me at <my username>@gmail.com.

Currently, there's no way to access the JSON payload except through the args interface. I am investigating a way to specify the type of object you want for a worker...

Thanks for the contribution - I think this is a great idea. My concerns for this would be: * If possible I would prefer to use the more widely used...

I would be interested in fully supporting Sidekiq. I'm more familiar with the insides of Resque than Sidekiq, but I believe they are similar (at least standard enqueue/dequeue). Do you...

Ahh, I think there's an issue with your `Interval` value - it's a `Time.Duration`, so 1.0 is actually one nanosecond. Try `Interval: time.Second` and see if that fixes it. I'll...

@wuman: @FrankChung contributed #46 - do you think that will fix this issue? If so, would you mind merging it in?

Thanks for the contribution. In what sort of use case are you testing that a worker is registered?

A few options I've thought of to work around this: 1. Use a unique key that will never be chosen again. E.g. upload to a UUID and then head that...

I think you want to do something like: * list objects/versions for your target prefix with pagination * take paginated results in chunks of 1000 * invoke the DeleteObjects API...