https://prefect.io logo
Title
n

Nimesh Kumar

04/13/2023, 10:38 AM
Hi Team, i have a query regarding pause and resume prefect flows. Use case :
Let supose i have sent 3 zip file for inferencing, and number of images in 1,2,3 zip files are 99,147,810. And when i trigger the flow let suppose zip file with 810 images started first and 99 is next in line. So what i want is the moment the zip file with the lesser image came for inferencing compare to current execution in flow run with 810 images get pause and zip file with 99 images (which currently is in late state because concurrency is 1 and i cannot increase it) starts running.
Can anyone please help in this.