Skip to content

Commit

Permalink
Adding files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Jul 7, 2015
1 parent 278e5cb commit 291809e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -25,4 +25,6 @@ _testmain.go


*.exe *.exe
*.test *.test
*.prof *.prof
config_production.yml
config_test.yml
1 change: 0 additions & 1 deletion cmd/getaredis-jobs/run-jobs.go
Expand Up @@ -52,7 +52,6 @@ func cleanRedisInstances() {
} }


func main() { func main() {

c := cron.New() c := cron.New()
c.AddFunc("@every 20m", cleanRedisInstances) c.AddFunc("@every 20m", cleanRedisInstances)
c.AddFunc("@every 5m", monitorHosts) c.AddFunc("@every 5m", monitorHosts)
Expand Down

0 comments on commit 291809e

Please sign in to comment.