koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

Cannot renew token for Kite #224

Open giuseppegreco opened 5 years ago

giuseppegreco commented 5 years ago

Dear all,

I setup kontrol and for a while it works fine. After 1-2 days, I start getting this error message:

token renewer: 100: Key not found (/kites/{"url":"http:) [67125] (2a029f18a80b648a) Cannot renew token for Kite: 9c9e169a-9989-4a4c-ab75-2e940b152052 I will retry in 10 seconds...

Then, I restart kontrol and all my microservices and then it works fine for another 1-2 days.

Etcd doesn't show any error and it looks like it is up and running.

Just for completeness of information, each microservice (or kite) runs on its own Docker container (including docker).

Any help would be really appreciated.

Cheers, j3d