简体   繁体   English

有没有人在 lambda 中不得不超过 1000 个并发执行?

[英]Has anyone ever had to exceed 1000 concurrent executions in lambda?

我目前正在使用约 500 个并发执行,并且很容易达到5000 ,这是一个长期问题还是向 AWS 提出配额增加请求相对容易?

To request an increase:要求增加:

  • In the AWS management console, select Service Quotes在 AWS 管理控制台中,选择服务报价
  • Click AWS Lambda单击AWS Lambda
  • Select Concurrent executions选择并发执行
  • Click Request quota increase单击请求配额增加

Getting quota increases is not difficult, but it's also not instantaneous.获得配额增加并不困难,但也不是即时的。 In some cases the support person will ask for more information on why you need the increase (often to be sure you aren't going too far afoul of best practices), which can slow things down.在某些情况下,支持人员会询问您为什么需要增加的更多信息(通常是为了确保您不会与最佳实践相悖),这可能会减慢速度。 Different support levels have different response times too.不同的支持级别也有不同的响应时间。 So if you are concerned about it you should get ahead of it and get the increase before you think you'll need it.因此,如果您担心它,您应该先行一步并在您认为需要之前获得增长。

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

相关问题 计算并发Lambda函数执行的次数 - Counting the number of concurrent Lambda function executions 有没有人有幸让 .NET 6 REST API 项目在 AWS Z04A7DA3C5B05CAD85DA1EEBB923 中工作? - Has anyone had any luck getting a .NET 6 REST API project to work in an AWS Lambda? 当AWS说lambda有1000个并发执行限制时,这是什么意思? - What does it mean when AWS says lambda has limit for 1000 concurrent execution? 当 Lambda 说 1000 个并发执行时,它是否运行多个容器? - Does Lambda run multiple containers when it says 1000 concurrent execution? 我如何使用 boto3 在 AWS lambda 中获得最大并发执行数、最小值和平均值 - How do i get the maximum number of concurrent executions,minimum and average in AWS lambda using boto3 如何以秒为单位监控 Lambda 并发执行(或找到更好的解决方案来限制 Lambda 并发执行)? - How Could I Monitor Lambda Concurrent Executions on a Second-by-Second Basis (or Find a Better Solution to Limit Lambda ConcurrentExecutions)? 限制AWS Data Pipeline上的并发执行 - Limit concurrent executions on AWS Data Pipeline AWS Lambda /tmp 文件夹不在执行之间共享 - AWS Lambda /tmp folder is not shared between executions 运行超过最大AWS Lambda超时的函数 - Run functions that exceed max AWS Lambda timeout 无服务器框架-AWS Lambda依赖项限制超出 - Serverless Framework - AWS Lambda dependency limit exceed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM