nicholas a. evans

Results 112 issues of nicholas a. evans

OmniAuth's [Auth Hash Schema] should return an `expires_at` field as a timestamp, but this gem returns `expires_in`. For compatibility with `omniauth-oauth2` strategies, this gem should also return `expires_at`. I'm not...

We should be testing against a build matrix of redis and resque gems. At the very least, we need our CI (GitHub actions) to add these gem versions into our...

good first issue
help wanted

Based on #144 (to not duplicate autoload/require efforts) and #142 (because this loader ought to always be wrapped in a throttling or memoized loader. Allows basic setting/loading of configs in...

Specifically, check for `defined? ActiveRecord::Base` and `Resque.redis`. Then we can remove those bits from the necessary config for probably 95% of users (and remove one of the most common misconfigurations)....

feature-request

Re: #132 and #137, the zero-downtime approach starts a new pool while the old pool is still running. Although this is usually fine, it can lead to issues in memory-constrained...

Although we claim semver, we still don't have a version 1.0.0 (which is required for semver). :) If everything goes well with the RC I pushed last night, I'll make...

To help with certain new features, but still retain backwards compatibility, here's the proposal: https://github.com/nevans/resque-pool/wiki/New-config-file-format

feature-request

integrate with or incorporate resque-batchworker features

feature-request

By default we load the rakefile and run the `resque:pool` rake task, because that follows the instructions in the resque README. We can also provide the ability to run `Resque::Pool.run`...

feature-request