dmontagu / fastapi-utils

Reusable utilities for FastAPI
MIT License
1.89k stars 165 forks source link

[FEATURE] Run repeated tasks until stopping condition. #240

Open DhanshreeA opened 3 years ago

DhanshreeA commented 3 years ago

I would like to run repeated tasks until a stopping condition, however as I am aware there's no way of doing this with the existing implementation. There is only a provision for maximum repetitions.