David Tan

Results 3 comments of David Tan

Thanks @savingoyal ! CloudWatch Events sounds promising, and sounds like the right way to do it. In our case, however, we're trying to see if we can avoid introducing another...

Thanks for the tips @savingoyal ! In the end, this was what we implemented: ``` def notify_ci_on_error(func): """ Parameters ---------- func: accepts a function/step in a Metaflow Flow. The flow...

Thanks for your prompt response @savingoyal ! `Another alternative is to write a simple Python decorator that can add @batch decorator to your step depending on the presence of an...