pac1n0
pac1n0
RRailway
Created by pac1n0 on 8/15/2023 in #✋|help
How to schedule period tasks/crontab?
I am currently running a Python based application and would like to schedule some periodic tasks. I came across the following - https://blog.railway.app/p/cron-jobs This document makes reference to Typescript. I would like to know whether the following is possible. 1. Can I execute a period task where said task is developed in Python, i.e. python3 script.py ? 2. Is it possible to define the crontab through the UI or through another method which doesn't involve using Javascript/Typescript? i.e. JSON, Python, etc. Thanks.
6 replies