From 55df8c8e8783936f0869302f7fe1eb44835d79e2 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Tue, 12 Nov 2024 10:46:18 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...hanged-incoming-change-for-dns-resolution.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx diff --git a/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx new file mode 100644 index 0000000000..75bdb6926d --- /dev/null +++ b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx @@ -0,0 +1,16 @@ +--- +title: Incoming change for DNS Resolution +status: changed +author: + fullname: 'Join the #serverless-functions channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-11-12 +category: serverless +product: functions +--- + +Starting 26 November 2024 a rate limit of 20 DNS queries per second for full DNS resolutions per Function instance will be applied. This limit only applies to queries that require a full DNS resolution, and is enforced independently for each Function instance. + +This rate limit is set at a level that is well above typical usage, so most users should not be impacted. + + From d1a369e55a9aee7f0614ce49f83f5cff06b9c589 Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:00:11 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Benedikt Rollik --- ...functions-changed-incoming-change-for-dns-resolution.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx index 75bdb6926d..d301835b90 100644 --- a/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx +++ b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx @@ -1,5 +1,5 @@ --- -title: Incoming change for DNS Resolution +title: DNS resolution rate limit for Serverless Functions status: changed author: fullname: 'Join the #serverless-functions channel on Slack.' @@ -9,8 +9,8 @@ category: serverless product: functions --- -Starting 26 November 2024 a rate limit of 20 DNS queries per second for full DNS resolutions per Function instance will be applied. This limit only applies to queries that require a full DNS resolution, and is enforced independently for each Function instance. +Starting **November 26**, 2024, a rate limit of **20 DNS queries per second** per Function instance will be applied. This limit only applies to queries that require a full DNS resolution and is enforced independently for each Function instance. -This rate limit is set at a level that is well above typical usage, so most users should not be impacted. +This rate limit is set above typical usage levels, so most users should not experience any impact on their applications.