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..d301835b90 --- /dev/null +++ b/changelog/november2024/2024-11-12-functions-changed-incoming-change-for-dns-resolution.mdx @@ -0,0 +1,16 @@ +--- +title: DNS resolution rate limit for Serverless Functions +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 **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 above typical usage levels, so most users should not experience any impact on their applications. + +