APScheduler in a Python flask app to execute recurring tasks isn’t working with Gunicorn
I’m a newbie with Python and flask in general and I’m trying to create (I think) a kind of basic project: I have a flask web app that makes requests every 12 hours to a certain API endpoint and stores the result in a PostgreSQL database.