kb
kb
Explore posts from servers
RRailway
Created by kb on 5/15/2024 in #✋|help
Occasional Build Failures
Is something going on currently? I'd been running great for days and now getting a lot of
=========================

Container failed to start

=========================



activity StartToClose timeout
=========================

Container failed to start

=========================



activity StartToClose timeout
/service/85702912-9462-4f78-ab6a-06d10c35e865?id=f74c32d6-2292-47ec-9bb1-0fa7d1267ba8 just curious :-) - my project uses the cron scheduling to rebuild every 15m i believe
6 replies
RRailway
Created by kb on 3/25/2024 in #✋|help
Using Cron instead of scheduling in code
Im using node-schedule to do the following in my code;
schedule.scheduleJob("*/15 * * * *", async () => {
await runStuff()
});
schedule.scheduleJob("*/15 * * * *", async () => {
await runStuff()
});
but just noticed the Cron Schedule on railway settings, could I do away with the scheduler-in-code stuff with this, and just my code self executes runStuff() - or am i misunderstanding the cron stuff on railways side of things
8 replies