I managed to successfully deploy my telegram bot on railway. The bot basically scrapes a website and output the results on telegram. Currently, the script only run once when I click the deploy button. I was wondering if there is a way to schedule the deployment (i.e deploy every hour automatically)? I came across this article (https://blog.railway.app/p/cron-jobs) but I am not very sure how to modify it for my python app.
Railway Blog
A brief guide on deploying and running cron jobs on Railway using JavaScript.