mark burdett
mark burdett
👍 Tested on FreeBSD, it now runs `patch '-p2' '--posix' '--batch' -d 'web/core' < '/tmp//6253330a8bb7f.patch'` (I do see a mix of code styles e.g. `foreach(` and `if(` vs `foreach (`...
I tested this on FreeBSD and it didn't actually work for me - it seems to run `patch '-p4' '--posix --batch' -d 'web/core' < '/tmp//6252865cb0bbf.patch'` which results in patch: unrecognized...
The approach in #402 would work here too - building an array of options which can be escaped individually.
Well, the point is that #334 and this PR #396 don't yet work on FreeBSD, but I think we're getting close - #402 is now able to get the master...
Does this do bounce handling? for https://act.eff.org we have an endpoint to receive bounce notifications from AWS and add to list of bad email addresses - see https://github.com/EFForg/action-center-platform/blob/master/app/controllers/bounce_controller.rb I'm not...
The problem is that AWS will shut us off if we send emails to a bouncing address at too high a rate, to protect sending reputation. This happens when someone...
The redis bounce list sounds fine (as long as it has good uptime, because we'd need it to last longer than the IP throttling). AWS doesn't disclose what is the...
It's all in the changelog - https://github.com/php-http/client-common/blob/master/CHANGELOG.md - but interesting how wildly different RetryPlugin is on different versions.
_With current version of the Retry Plugin,_ I confirmed that there is no try for 429 response (testing w/ raw webserver response code, not a real Sentry). And there is...
I think this issue could be closed, as the situation should be dramatically improved. The SDK will no longer retry failed send attempts, and there is now a configurable idle...