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
posta 2 mesi fa97 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande