Roy Kolak

Results 5 issues of Roy Kolak

If a batch has been marked as invalid, I would like throw all threshold rules out the window and let the jobs in the batch finish as fast as possible...

enhancement
help wanted

I'm currently seeing batches of jobs that are configured to throttle dynamically get stuck when the throttle configuration changes. For example, here's my throttle config... ```rb sidekiq_throttle( concurrency: { limit:...

bug
help wanted
question

``` [3] pry(main)> crypto = GPGME::Crypto.new => # [4] pry(main)> crypto.encrypt "Hello world!", :recipients => "[email protected]" GPGME::Error: No such file or directory from /Users/roykolak/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/gpgme-2.0.2/lib/gpgme/ctx.rb:43:in `new' [5] pry(main)> ``` this one...

The `retry` option was recently added in #1529. Noticed that the `userAgent` option was also missing from the types.

🍞 stale

I have junit xml that looks like this... ```xml ``` But I'm getting "missing file time" logs in the console. I thought this was the expected xml format, is that...