Ruben Deyhle

Results 5 comments of Ruben Deyhle

I'm getting a similar error with the new 2.0.0 version: ``` failed to set retention policy for stage to 7 days due to OperationAbortedException: A conflicting operation is currently in...

The error originates in `putRetentionPolicy`. I'm using a single log group for multiple processes (each process has it's own log stream). When deploying, all the processes are set up with...

Seems to be an issue with the changes of node 0.12: https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/ Apparently usage of [nan](https://github.com/iojs/nan) would fix that. Update would be much appreciated!

Could you please merge this pull request and publish to npm?

I also had this problem, but only when running inside a docker container. Locally (macOS) it always worked. On the (official node debian jessie) docker container, I needed to call...