Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用亚马逊 MQ。我有一个 lambda,它通过 MQ 触发器使用来自代理的消息。但是,当消息无效并且 lambda 引发错误时,MQ 会调用 lambda 66 次。我尝试更改 Amazon MQ 代理中的重新传递策略,但没有帮助。代理配置不影响 MQ 触发器的重新传递策略。如果 MQ 触发器出错,是否可以减少重试次数?