I have a web service setup on a small part of the website, and although the site as a whole receives a good amount of traffic, this particular service does not work. Once a day, when I go to send a request through a web service, it will not crash on the first attempt, but retrying the retry request works fine. It is as if it is no longer cached in memory and does not start during startup.
Is there a way to activate this service both at my end and at the end of the web service, which is also a CF application (a separate division of our company)? This is a little difficult to fix because it only happens once after a long period. And I do not want to configure a separate process to just ping this service.
source
share