Skip to content

Commit

Permalink
Added link to jobs architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Sep 5, 2024
1 parent a62a9c7 commit 33c4f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/architecture/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 33c4f06

Please sign in to comment.