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 Sidekiq's super_fetch! method #131

Merged
merged 1 commit into from
Nov 13, 2017
Merged

Conversation

drogus
Copy link
Contributor

@drogus drogus commented Oct 16, 2017

From commit message:

Sidekiq Pro introduces algorithms to work more reliably than the regular
version. Till now we use the one called `reliable_fetch!`. It's
deprecated and it will be removed in next major version and
`super_fetch!` is now recommended way.

More info here: https://github.com/mperham/sidekiq/wiki/Reliability

Sidekiq Pro introduces algorithms to work more reliably than the regular
version. Till now we use the one called `reliable_fetch!`. It's
deprecated and it will be removed in next major version and
`super_fetch!` is now recommended way.
@drogus drogus merged commit fba121c into master Nov 13, 2017
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.

1 participant