Changes to API cache in 3.9.4?

Has there been a change to caching of API’s in 3.9.4? @patrick @George

I’m suddenly having to restart my pm2 services in order to see changes with API’s (but not front end files.)

Thought I check before trying to track this one down.

Changing server connect files in NodeJS always requires server restart, that has always been the case.

Usually nodemon or pm2 takes care of that.

For static front end files no restarts are done and required.

Okay, I’ll start to investigate. Something changed in this version where the auto restart is not picked up for api’s.

Seems that something changed in PM2…updating from 4.5.5 to 4.5.6 which changed some dependency versions resolved the issue.

1 Like