Hijacking Function Calls for Durability

Hijack Python calls

Back Hijacking Function Calls for Durability By Miki Tebeka In the previous post we discussed how to intercept function calls in the user Python code and transform them. For example, the following code: event = ml.enrich(event) is transformed into: event = ml.enrich(event)event = _ak_call(ml.enrich, event) In this blog post, we’re going to look at how _ak_call works. Durable Execution […]

Contact Us

"*" indicates required fields

Please let us know what's on your mind. Have a question for us? Ask away.