Andrew Dampf

Results 7 comments of Andrew Dampf

checking in on the status of this one :)

Hi @tahoe, thanks for the PR. I wasn't able to get this working in my environment. I'm going to use what you have here and try to massage it into...

Is this due to Zayo sending a reschedule email for a maintenance that isn't already in your db? It's also possibility that Zayo has changed their email format - they...

This is on the short list.

Thanks for this, I really should have pinned versions for this. I opened up a PR that will pin this - I still need to pin marshmallow versions as well...

`cronitor` appears to be spelled wrong in the import: https://github.com/saltstack/salt/blob/e4c1da4323f6334c0a14e9a68392a0c12a37e117/salt/utils/schedule.py#L60 - changing it to `cronitor` fixed it for me.

I was able to fix this using @waynew's suggestion above. Here's a patch: ``` --- utils/reactor.py 2024-09-30 09:55:06 +++ utils/reactor.py 2024-09-30 09:54:47 @@ -461,6 +461,10 @@ """ Wrap RunnerClient for...