Peter Drake

Results 4 comments of Peter Drake

I ran into a similar error. Moving the `require` statements for byebug above all other requires seemed to resolve the problem for me.

You should be able to use the command flag (see https://github.com/rodjek/puppet-profiler/pull/3) to accomplish what you're looking for.

In testing this PR, I was unable to use error_handler based asynchronous activity error handling to capture the error raised by asynchronous activities that use the exponential retry mechanism. Is...

I was finding that rather than the error_handler rescue block capturing the raised failure, it was causing the workflow to fail. It may be that I was doing something wrong,...