Check for errors in nginx template
This commit is contained in:
parent
9f64273b9c
commit
0886c7e58a
5 changed files with 64 additions and 9 deletions
|
|
@ -88,7 +88,7 @@ func (t *taskQueue) worker() {
|
|||
}
|
||||
glog.V(3).Infof("syncing %v", key)
|
||||
if err := t.sync(key.(string)); err != nil {
|
||||
glog.V(3).Infof("requeuing %v, err %v", key, err)
|
||||
glog.Warningf("requeuing %v, err %v", key, err)
|
||||
t.requeue(key.(string))
|
||||
} else {
|
||||
t.queue.Forget(key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue