Node events on App Runner

0

Hi, I'm creating an app in Node that uses private in-memory events. There are different subscribers that listen to these events and execute different processes.

The way it works is that when an HTTP request is made, different events occur. We return a response as quickly as possible but these events execute other processes asynchronously. In addition, these processes can create new events and therefore new processes are generated.

Seeing that App Runner has a timeout for HTTP requests of 2 min, a question arises: Will App Runner stop this process to put itself in the IDLE state or will it let the process continue until everything is finished?

Opire
已提问 2 个月前97 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则