Aldo Giambelluca

Results 6 comments of Aldo Giambelluca

Is there any workaround for this? I'm currently working on a lambda function which adds/removes IAM roles but obviously it needs to work also when the role has policies attached...

We just stumbled on the same problem. Krakow's dependencies should probably be version locked to be on the safe side: https://github.com/chrisroberts/krakow/blob/master/krakow.gemspec#L13 e.g. `s.add_runtime_dependency 'celluloid', '~> 0.16.0'`

Any news on this @chrisroberts :)? PS: This solves the problem when nsqlookupd hangs out (discovery is done via an HTTP request), but it does _not_ solve the problem when...

I think I've having the same issue. Some of our microservices stopped to receive NSQ messages and re-started to pick them up after the service restarted. It **could be related...

This could solve the problem: https://github.com/chrisroberts/krakow/pull/41