Cron Job
Run cron jobs on Railway using Node.js
cronjob
rajdeep-ghosh/cronjob
Just deployed
A simple template for deploying and running a cron job on Railway using JavaScript.
Simply select this template and add in your env variables like the corn timer, base URL, different endpoints & query params to hit at random every time.
For more details refer - https://github.com/rajdeep-ghosh/cronjob
Template Content
cronjob
rajdeep-ghosh/cronjobBASE_URL
eg https://example.com. don't put / at the end of the url
CRON_TIMER
any valid cron expression. eg */15 * * * *