Sunday, 15 January 2012

azure - Worker Role instance unhealthy -



azure - Worker Role instance unhealthy -

one of deployed worker role shows unhealthy, although working (doing desired job every single request). cannot see runtime exception there , status displayed recyling.

can give me hint, why be?

follow either of (or both) ways more insight info going on in app.

configure diagnostics - a article on how configure it. enable remote desktop - how configure remote access role instances

collect info time - 1/2 or 1 hour. inspect diagnostics logs. log-on remote desktop , check windows event log. improve instrument code.

recycling of worker role typically invoked exiting run method of roleentrypoint implementation (usually workerrole.cs). shall never exit method. unhandled exception may cause run method termination. unhandled exception in .net runtime logged windows event log.

azure

No comments:

Post a Comment