Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use average_scheduled_poll_interval option instead of deprecated poll_interval #21248

Merged

Conversation

y-yagi
Copy link
Member

@y-yagi y-yagi commented Aug 15, 2015

this removes the following warning:

DEPRECATION: `config.poll_interval = 0.5` will be removed in Sidekiq 4. Please update to `config.average_scheduled_poll_interval = 0.5`.

…oll_interval`

this removes the following warning:

```
DEPRECATION: `config.poll_interval = 0.5` will be removed in Sidekiq 4. Please update to `config.average_scheduled_poll_interval = 0.5`.
```
rafaelfranca added a commit that referenced this pull request Aug 15, 2015
use `average_scheduled_poll_interval` option instead of deprecated `poll_interval`
@rafaelfranca rafaelfranca merged commit 8f1bbf6 into rails:master Aug 15, 2015
@y-yagi y-yagi deleted the fix_deprecation_warning_in_aj_test branch August 15, 2015 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants