Results 72 comments of Bruce Guenter

Note that you can redo or rebase your branch, and force push it back to the same branch on github, and github will update the existing pull request (unless it...

I'm not sure how I can guarantee an email address shorter than 64 characters, given that the prefix is under the control of the list creator. Consider if the list...

That's puzzling. Nullmailer should retry once the network is back up. What were the last few lines logged by `nullmailer-send` before it stopped delivering?

That is odd. The `nullmailer-send` program already guards against sending double bounces as described. Specifically, DSNs are generated with an empty sender address, and `nullmailer-send` does not generate a DSN...

Reverted by #14251. This is going to be more work than the simple effort here. There are two complications that need to be considered to move this forward: 1. These...

We do have a metric normalizer layer for all metrics sinks that can convert any absolute metrics (including counters) into incremental values. We can easily setup this layer to convert...

I have been unable to simply reproduce a lack of backoff. An individual request that encounters an HTTP 429 or 503 response is retried after a delay, and the delay...

I wouldn't argue with adding jitter, but that would be a different issue. I also question if that would help any in real usage, as each request has its own...

Noting that this has been idle for a year now, so it is low priority.

Ah, yes, there was a change to master that caused a configuration breakage in the soaks. Merging with current master will fix that.