Hi,
I have an app engine java deployment which is stuck in state where every request returns a 503.
When I look at the "instances" screen in the admin console, I see this message at bottom:
"This app has no instances deployed."
I'm not sure what's wrong with it, the logs do not give any additional information. I've tried redeploying, no change. I've deployed to other project containers with the same code, and they're all working fine. It's been in this state for a few weeks. I don't believe I'm over any quotas, judging by the console data. Anyone run into this before?
Thanks