mendix / m2ee-tools

m2ee, the Mendix runtime helper tools for GNU/Linux
Other
27 stars 40 forks source link

m2ee-tools v7.2.2 #46

Closed knorrie closed 5 years ago

knorrie commented 5 years ago

Hi, I want to do a bugfix maintenance release.

Please review, thanks.

knorrie commented 5 years ago

I added one more fix.. Have the PostgreSQL graphs continue when the app is offline. I really wonder why no customer has complained about that one yet. Or maybe they have, but it never reached me.

RCatersels commented 5 years ago

I never complaint because I thought there was probably a technical reason why they stopped.

knorrie commented 5 years ago

All graphs which are based on information that we get from the statistics calls in the runtime admin api won't show new info (that's also amount of database inserts, deletes, since we get those from connectionbus stats). But the stuff that's read from postgresql directly can be done while the application process is not running.

igor-mendix commented 5 years ago

Just for the record: the changes in this merge request are reviewed and are fine. Thanks to everyone involved for all the fixes!