Raz | Ooga
Raz | Ooga
RRailway
Created by Raz | Ooga on 9/18/2024 in #✋|help
How can I disable a cron job on PR environment?
or is there another way of excluding this service from existing on a PR environment?
8 replies
RRailway
Created by Raz | Ooga on 9/18/2024 in #✋|help
How can I disable a cron job on PR environment?
hey Brody! Thanks for your answer could you please give me an example or at least point me to the docs where I can find this?
8 replies
RRailway
Created by Raz | Ooga on 9/18/2024 in #✋|help
How can I disable a cron job on PR environment?
[build] builder = "DOCKERFILE" dockerfilePath = "./cron/router-stats/Dockerfile" watchPatterns = ["cron/", "packages/", "!/*.md", "bun.lockb", "package.json"] [deploy] cronSchedule = "0 * * * *" region = "europe-west4" [environments.pr.deploy] cronSchedule = "null" cronSchedule = "" none works. They both still deploy the service
8 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
so probably you only mark this as completed because its being built?
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
There's definitely something wrong. I am using this kind of dockerfile
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
Done, duplicating it
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
No description
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
No description
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
Yes, I will attach a video in a bit
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
No description
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
We are using pino for all of the services. They all log perfectly fine. The only service instances that don't print out the logs are the crons. Moreover, some of them should surely not fail, but I can't see their effects. This leads me to thinking that the cron jobs are not run in the first place
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
No, standard stdout/stderr
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
No, this is the only thread I have opened
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
tried running it manually and it still does not log anything
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
yes
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
For example, this is the cron service that does not run: b734ede7-3e09-4b94-8699-28d74a046e30
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
0 * * * *
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
1 should take under 30 seconds. The other should probably take 5 minutes initially. Aftewards it will take under 30 seconds as well
52 replies
RRailway
Created by Raz | Ooga on 9/5/2024 in #✋|help
Cron job deployment logs not showing up
when testing locally, it always ends
52 replies