Pull Request #16 Track source and dest ignore rules via redis borg brain

as this is more in line with other intervals used in production, and we
don't need these values to be identical across all instances at a finer
time resolution.

Dan Buch avatar Dan Buch

Pull request event #127.1 passed

  • Ran for
AMD64
Python: 3.6
Git
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": true,
  "cache": {
    "pip": true
  },
  "python": [
    "3.6"
  ],
  "script": [
    "make lint",
    "make install",
    "make test",
    "make docker-build",
    "make docker-login docker-push"
  ],
  "install": [
    "make deps"
  ],
  "language": "python",
  "services": [
    "redis-server"
  ],
  "after_success": [
    "codecov"
  ],
  "notifications": {
    "email": {
      "enabled": false
    }
  }
}