ps-use-sidekiq-super-fetch Use Sidekiq's super_fetch! method

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.

Piotr Sarnacki avatar Piotr Sarnacki

Push event #2433.1 passed

  • Ran for
AMD64
no language set
Git
mesa3d/mesa:.travis.yml@9e13a16
null
Build Config
{
  "env": {
    "global": [
      "COVERAGE=1"
    ]
  },
  "rvm": "2.4.2",
  "dist": "trusty",
  "sudo": false,
  "cache": "bundler",
  "addons": {
    "postgresql": 9.3
  },
  "script": [
    "bundle exec rspec"
  ],
  "services": [
    "memcached",
    "redis",
    "rabbitmq"
  ],
  "before_script": [
    "bundle exec rake db:create --trace"
  ],
  "before_install": [
    "bundle config https://gems.contribsys.com/ $BUNDLE_GEMS__CONTRIBSYS__COM"
  ]
}