ECS Fargate task stop with a message on the web console: Your Spot Task was interrupted.

0

Hello developers,

I had initiated a SPOT ECS Fargate task which stopped after running sometime with a message (JS Code is written in node:14-alpine): "Your Spot Task was interrupted."

Task Docker Container: FROM node:14-alpine Code: NodeJS

However, my process.on code didn't fire-up:

process.on('SIGTERM', async () => { console.log("The service is about to shut down!"); process.exit(0); });

Any clue why code didn't capture the "SIGTERM" event?

FYI: I know there is a way to capture these events using EventBridge: https://repost.aws/knowledge-center/fargate-spot-termination-notice, however, curious to know why code didn't pick "SIGTERM" event.

gefragt vor 5 Monaten95 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen