In NodeJS integration, what’s the recommended way to run signoz if we’re using PM2 cluster mode? Noticed this disclaimer and we were able to get it working, however now whenever the cluster needs to be restarted, there’s significant time delay (~10s) between the time old PM2 processes were deleted and the time when new ones successfully start.
Is there a better way to ensure that we have zero-downtime deployability with signoz integration?
p
Palash Gupta
09/26/2023, 8:30 AM
@Prashant Shahi@Vishal Sharma
v
Vishal Sharma
09/26/2023, 9:25 AM
@Siddhartha It is recommended to import tracing.js when your app is running in PM2 mode.
We haven’t seen the delay, is the delay because of loading tracing.js?
s
Siddhartha
09/27/2023, 3:35 AM
Yes, this appears to be related to loading tracing.js. The app does not become fully responsive for about 8-10 seconds, which constitutes the downtime.
For now, I’ve configured PM2 to wait for the app to become fully responsive before killing old processes, which can be done via their flags