Martin

Results 5 comments of Martin

Any update on this? I think it would be nice to check easier for different end semantics. Maybe just a one new method? ```ruby operation = Payment::Operation::Create.(provider: "bla-unknown") if operation.success?...

Does this mean any custom terminus is not consider a failure anymore?

True, I never read that a custom terminus is consider a failure. Most of our operation use the `run Operation do; end` in rails controllers. When we now started with...

I would be still interessted in a long term solution. We have the exact same problem. A check by default alert a critical issue on pagerduty, but for each client...

Thanks for all the response. I fully agree that everything would be a workaround because of pagerduty api limitation. I will try to solve the problem with a filter.