From 33c4f06871c15fa6fe55fb3d339f41276aec1c64 Mon Sep 17 00:00:00 2001 From: James Armes Date: Thu, 5 Sep 2024 15:02:04 -0400 Subject: [PATCH] Added link to jobs architecture --- doc/architecture/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/architecture/api.md b/doc/architecture/api.md index 92d4923..73ae9c0 100644 --- a/doc/architecture/api.md +++ b/doc/architecture/api.md @@ -180,7 +180,7 @@ to the destination. It handles retries with exponential backoff, logging, and error handling. This allows for a more resilient system that can recover from temporary failures at either the source or destination. -# TODO: More information about jobs? Cron jobs? +For more information on jobs, see the [Jobs Architecture][jobs] documentation. ## Sequel @@ -190,6 +190,7 @@ write raw SQL queries. [authentication]: ../api/authentication.md [grape]: https://github.com/ruby-grape/grape +[jobs]: jobs.md [openapi]: https://www.openapis.org/ [opentelemetry]: https://opentelemetry.io/ [rack]: https://github.com/rack/rack