Issue
So what i am trying to do is, to host my Flask API and have a script running on the Server in the background all the time, even when there is no user that is accessing the API.
The script in the background should be executed once a minuite to update things in the Database.
Solution
Use Docker and create a ChronJob in it
Answered By - Kamalx
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.