qqfr2507
qqfr2507

Reputation: 25

OpenShift idle state issue

I have issues with my app: when it goes in the "idle" state and then goes back to the "started" state, it messes up one of my cartridges. Basically a PID file is not removed, so I have to delete it manually before restarting the cartridge. This PID file is removed when stopping the cartridge manually.

So I am wondering: what happens when the app goes in the "idle" state? Is it equivalent to stopping the app manually? Which cartridge scripts are executed when that happens?

Thanks for your help

Upvotes: 0

Views: 256

Answers (1)

user3340926
user3340926

Reputation: 16

You may try the web console restart command. But mostly the force restart from the rhc command tools renders better results.

http://www.howtech.ga

Upvotes: 0

Related Questions