Activating one API after another is one
builtbyphillip
HOBBYOP

5 months ago

Is it possible to run an API through a cron job and then when that finishes, the next API should continue?

2 Replies

adam
MODERATOR

5 months ago

Could you please provide more info as to what you’re trying to achieve and what your setup looks like?

It sounds to me like you’re talking about spinning up an entire API, rather than a single API call. Railway’s native cron scheduler cannot fire off of dependencies, so this would not be possible using Railway’s native cron


adam
MODERATOR

5 months ago

If by API you mean API call, then that would be easily possible. Please provide more details


Loading...