Calling context.call_activity with a retry policy that doesn't specify max_retry_interval prevents the retry behavior from working, causing the orchestration to fail after the first activity failure.
This repository provides a simple Python script that converts a sequence of images stored in a directory into a video file (MP4 format) using OpenCV. The images are assumed to represent a time series ...