David Pell

Results 7 comments of David Pell

Just ran into this myself. From the `README` I was expecting to be able to not specify `@retry_exceptions` and then have any exception run through my `retry_criteria_check`.

Update: I added `@retry_exceptions = [x, y]` and the `retry_criteria_check` still seems not to be running at all. I put some debug logs in there and am not getting them.

> As far as I know, none of the AWS SDKs, except the CLI have a filesystem to S3 sync function. Hi, just wanted to stop by and add my...

Ran into this issue today: OSX 10.11.6 Docker version 1.12.1, build 6f9534c kitchen-docker 2.6.0 Had to add `use_sudo: false` to `.kitchen.yml` to get it to work.

Thanks @erikogan! Came back here today because I ran into the issue again and forgot how I had gotten around it. That will help a bunch.

learning about rsyslog and got confused when I saw `$ModLoad` in the `rsyslog.conf` that came with my centos7 image and the tutorial I found online (from 2013) was using `Module(load="foo")`

> > [@jszwedko](https://github.com/jszwedko) Would you accept a PR that implements this in roughly the same way that the `aws_s3` source is implemented, i.e. via event notifications in a PubSub topic?...