My flask app sends text SMSes every 5 minutes.
My question is will my app be able to respond to http requests that it gets if I use BackgroundScheduler to run my job after every 5 minutes.?
Asked
Active
Viewed 326 times
-1

rajendra kadam
- 47
- 1
- 2
- 6
1 Answers
0
Yes it will, I've tried and tested it and it works. Just write a sample code to verify if it would work on your PC.

iChux
- 2,266
- 22
- 37