Cloud Environment Application status Idle

0
Since this morning I noticed that the Test and Acceptance environments had status Idle (as opposed to Running). I don't know what happened to cause this. Yesterday they where running normally. I don't see anything written in the Activity tab.    Anyone an idea what this status means? 
asked
1 answers
1

Hi Joël Boosman,

When an environment shows the status Idle in Mendix Cloud, it basically means the app is not running at the moment. This can happen for a couple of reasons:

  • No app has been deployed yet to that environment.

  • The app was manually stopped from the environment console.

  • There is a scheduled stop configured (some teams do this for cost saving).

  • In rare cases, the app failed to start and ended up Idle instead of Running.

Since you don’t see anything in the Activity tab and it was working fine yesterday, the most likely cause is that the environments were stopped manually or via a schedule.

You can fix this by going to the environment details page and clicking Start App. If it doesn’t start, check the Logs tab for errors to see if it crashed on startup.

 

Regards

Reemali

answered