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
demandé il y a 2 mois97 vues
Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions