Resource Monitoring service

hello All,

I have some confusion about resource monitoring service,i have created one to monitor an adapter service ,when resource isAvailable is true only then the trigger would process the doc.

What about errors which are due to wrong data or data validation?
if the resource is not available for long period of time, will this service stop monitoring the resource and let the event fail?
will it consume extra thread to check if resource is available i.e. isAvailable=True/False,If yes it could impact other integration on the server?

Any help is appropriated.

Regards,
Atif Ahmed

Resource Monitoring feature is useful only in transient errors.
For data related failures , it has to be handled in code through error handling mechanism