简体   繁体   English

通过 pulumi 创建 Fastly 服务时,Fastly 400 错误“exceeding_max_backends”

[英]Fastly 400 error “exceeding_max_backends” when creating Fastly Service through pulumi

I sometimes get a 400 error when creating my Fastly Service through pulumi.通过 pulumi 创建我的 Fastly Service 时,有时会收到 400 错误。 The error message is below.错误消息如下。

error: 1 error occurred:
    * updating urn:my:cdn: 400 - Bad Request:

    Title:  Bad request
    Detail: Exceeding max_backends: 5

I've had more than 5 backends in other Fastly services, and if I retry the deployment the 400 error goes away.我在其他 Fastly 服务中有超过 5 个后端,如果我重试部署,400 错误就会消失。 Has anyone else encountered this error?有没有其他人遇到过这个错误?

I found out I have to raise the limits on our fastly account https://docs.fastly.com/en/guides/resource-limits我发现我必须提高我们快速帐户https://docs.fastly.com/en/guides/resource-limits的限制

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Service Principal Login 和 pulumi 配置中的连接信息时出现 Pulumi 错误 - Pulumi error when using Service Principal Login with the connection information in the pulumi config 使用 Pulumi 创建 Kubernetes 服务导致错误无法为与服务关联的端点对象创建观察程序 - Creating a Kubernetes Service with Pulumi up results in error Could not create watcher for Endpoint objects associated with Service 使用 Pulumi.Azure 部署现有应用服务时出错 - Error deploying existing App Service using Pulumi.Azure 在 Pulumi 中使用 F-string 用 Python 创建连接字符串时收到错误 - Receive an error when I using F-string for creating a connection string with Python in the Pulumi 使用 Pulumi 通过 C# 在 APIM 中创建后端资源时输入 map 错误 - Input map Error while creating a Backend resource in APIM through C# using Pulumi 在没有 Pulumi 服务的情况下使用 Pulumi 自动化 API - Using the Pulumi Automation API without the Pulumi Service 使用 Pulumi (AzureNative) 创建 ServiceBus 时检索连接字符串 - Retrieving Connection String when Creating ServiceBus with Pulumi (AzureNative) 如何通过 Pulumi 创建 Grafana 文件夹 - How to create a Grafana folder through Pulumi 如何通过Pulumi给Dockerfile传递环境变量? - How to pass environment variable to Dockerfile through Pulumi? 使用新的 Pulumi azuread 模块的身份验证错误 - Authentication error using new Pulumi azuread module
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM