I am calling the RoleInstanceStatusCheckEventArgs.SetBusy from inside w3wp process where i have registered for the statuscheck event. This is similar to as explained in the following link except that this link talks about doing it inside WaIISHost while i am doing it inside w3wp.
The issue I am hitting is that the role remains busy for 5 minutes and then automatically comes online(Ready). Has anyone ever hit this before? Can SetBusy not be called from inside w3wp?
Thanks for any help/pointers.