Hosting server performance

For the last 2 months we are having more and more issues with compiling the project Apps. The entire project consists of 518 apps. I run generation locally, but the database (MySQL) is located on remote (hosting) server. Most of the time to compile entire project I have to run it 3 times, which is super annoying and causes huge waste of time.

Yes, we’ve made a big mistake paying for 3 years of service which expires by the end of this year.
Since the project was in development phase we decided to use a sharing hosting. We are close to completion and once completed we will sue of course more expensive and robust service. This will however take another 3-5 months.

Initially there was no issues, but now when the project expanded this became a big problem.

I wonder if anybody has experienced similar issues or have any workaround / solution other than switching provider ?

WO_grid_tags
Type: Grid Status: Error
256 = an error occurred while connecting to the database. Connection attempt failed: SQLSTATE[HY000] [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
C:\Program Files\NetMake\v9php81\wwwroot\scriptcase\devel\generator\nm_gp_geracao.php 6965

Maybe try to find out parallel connection limitations - does it work if you reduce the number of parallel compilation threads?

it is not normal to compile all apps , you typically change a few at the time.
what you call The database , is it project data database or the development scriptcase internal database? it is typically sqlite but some people host it on a server.

it is normal to use a remote database for a project data , and develop on a local development machine. i do the same, it does not cause any delays.