Hi all;
I have a windows service which comes alive every minute and does a particular job, the service freezes consistently, the service freezes only on a particular day and time, apparently due to some external activity taking place on the same day and time on the environment, The service just hangs and has to be restarted manually.
The service does not emit any logs even though i handle them, the service works fine on any other environment,
Can i get the service to restart even if it freezes or any workaround to the problem, I appreciate any technical though or advice on the above
Thanks
I have a windows service which comes alive every minute and does a particular job, the service freezes consistently, the service freezes only on a particular day and time, apparently due to some external activity taking place on the same day and time on the environment, The service just hangs and has to be restarted manually.
The service does not emit any logs even though i handle them, the service works fine on any other environment,
Can i get the service to restart even if it freezes or any workaround to the problem, I appreciate any technical though or advice on the above
Thanks