Skip to content

Commit

Permalink
Update src/docs/reference/cron-jobs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Chen <[email protected]>
  • Loading branch information
gimenete and half0wl authored Aug 4, 2023
1 parent fec0cc0 commit d1fb044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/reference/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Let's break down each field:

Scheduled services should exit as soon as they are done with the task they are responsible to perform. Thus, the process should close any connections, such as database connections, to exit properly.

At this moment Railway won't terminate your process in any scenario. However cron triggers may be skipped if building and deploying a service takes so long that overlaps with the next scheduled execution.
At this moment, Railway won't terminate your process in any scenario. However, cron jobs may be skipped if the service is in the build/deploy stage when the next scheduled execution happens.

0 comments on commit d1fb044

Please sign in to comment.