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
asked 2 months ago93 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions