dmontagu / fastapi-utils

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

[QUESTION]Is it possible to handle a polling request using repeated task? #247

Open keyouth0 opened 3 years ago

keyouth0 commented 3 years ago

Description Is it possible to handle a polling request using repeated task?

I need to monitor a resonse in real time use a polling request. Is there any callback argument I can use in repeated task?