jcavalieri
jcavalieri
Just tried a regular rails app (no jruby) ``` Could not find gem 'gbarcode (>= 0) ruby' in https://github.com/ahx/gbarcode (at master). Source does not contain any versions of 'gbarcode (>=...
I'm seeing this as well. And I too am using exponential retries. However I haven't tested if it works without that. Here is some example code: ``` futures = []...
Just verified that removing exponential_retry fixes this issue, but I really want to have the exponential_retry option enabled. Please advice. Thanks.
Hi @mjsteger , what if it has failed attempts. That might be what is nesting. I'm pretty sure I had failed activities that were retried.
My 2cents -- use Sidekiq, we bought enterprise and it has been rock solid and easy to use. John Cavalieri [email protected] On Wed, Jan 20, 2016 at 11:22 AM, Mustafa...
Seeing this as well. Is this repo even monitored?
@pmohan6 (I'm picking you out because of the number of commits) who is in charge of this repo?
Hi @mjsteger , thanks for helping out. I actually abandoned using this library, so I don't have any readily available samples.
I'm seeing deadlocks even with new connections. Is there any reason why this library couldn't use a `Mutex` per semaphore key? I'm experimenting with an LRU cache of mutexes.
@pjfanning, I'm in the same situation. I might have something working using the snapshots at https://repository.apache.org/content/groups/snapshots. However, I need to understand how long the snapshots are hosted. Would you happen...