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
feita há 2 meses97 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas