Jordan Wright

Results 96 comments of Jordan Wright

I can see a few options. I guess I considered each package being executed as a "task", where a task included setting up the monitoring and installing the package in...

Hey there! Thanks for sending this in @tiffanycitra. I'll give this a full review ASAP but at first glance it LGTM. One thing I want to check with the team...

@tiffanycitra Yes! I was just looking back at the docs and I think you're right. I was going to get a sample auth log so we could make sure this...

Thanks for the quick updates! > i noticed that is_encryption_enabled, is_firewall_enabled, and is_password_set are set to be string on the API documentation. However, on your sample returned response on the...

I've looked a bit more into this and it seems that the `security_agents` field can either be the string `unknown` or a list containing zero or more agents. Additionally, the...

This one might be tricky, since I'll need to create a mail server and track bounces, but I'll give it a shot!

We could also use this to check for general information disclosure from bounced messages, such as which AV is used ([source](https://twitter.com/chadloder/status/1035001756495691777)).

I can take this. I have an idea on how I can make this work. The catch is that it'll only be applicable to the ones that fall under the...

I'd like to handle this the same way [sidekiq](https://github.com/mperham/sidekiq/wiki/Error-Handling#automatic-job-retry) does, with an exponential back off. After _x_ failures, just set the status to send failure or something.

I'd also like to be able to manually re-send an email from the campaign results screen.