Page MenuHomePhabricator

[spike] find out what type of requests might trigger NodeJS heap/memory errors
Closed, ResolvedPublic

Description

What/Why:
Last quarter, we noticed frequency of the NodeJS heap/memory, GC-related events in our logs. We have established that this is a regular occurrence and devised tools to track these better via logging and metrics. (https://phabricator.wikimedia.org/T378785). However, we have yet to pin down what/type of requests spur these and then how we might refactor the code to reduce or completely prevent these Nodejs-generated errors entirely.

How:

Event Timeline

DSantamaria changed the task status from Open to In Progress.Jan 31 2025, 12:46 PM
ecarg renamed this task from Find out what type of requests might trigger NodeJS heap/memory errors to [spike] find out what type of requests might trigger NodeJS heap/memory errors.Feb 5 2025, 9:08 PM

note: heap memory issues continued investigation and addressed in this ticket and also occur too frequently that leads us to believe they are not exclusive to specific functions.