Oftentimes I find myself wanting to run a flask app that displays data. In order to update the flask app, I’ll want to run a script on a cron job. As I understand it now, I can either deploy the app or the cron job, but I can’t link it together (aka run this cron job at 3 am then redeploy the flask app).
Would love to be wrong here, but this could be very cool.