Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cluster/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ privileges to execute scheduled tasks and persists data in the `gc` schema.

The SQL Scheduler is designed to automate routine database tasks by scheduling
SQL queries to run at specific times, in UTC time. This feature supports
creating job descriptions with valid [cron patterns](https://www.ibm.com/docs/en/db2oc?topic=task-unix-cron-format)
creating job descriptions with valid [cron patterns](https://www.ibm.com/docs/en/db2-as-a-service?topic=task-unix-cron-format)
and SQL statements, enabling a wide range of tasks. Users can manage these jobs
through the Cloud UI, adding, removing, editing, activating, and deactivating
them as needed.
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# unauthorized
"https://portal.aws.amazon.com/",
"https://console.cratedb.cloud/api/docs",
"https://www.ibm.com/docs/en/db2-as-a-service",
]

linkcheck_timeout = 5
1 change: 1 addition & 0 deletions docs/reference/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ CrateDB Cloud **may update outbound IPs periodically** as infrastructure evolves
| **AWS** | US East 1 (us-east-1) | `54.197.229.58` |
| **AWS** | US West 2 (us-west-2) | `54.189.16.20` |
| **GCP** | US Central 1 (us-central1) | `34.69.134.49` |
| **STACKIT** | EU01 - Germany (ske1.eu01) | `192.214.176.25/32` |


Loading