Well, I recently had some trouble connecting my services to a template in the WebIDE. So like any good developer, I tried a whole bunch of things, then moved over to another system. And when it still didn’t work, I started fresh. Well, can’t pinpoint what exactly changed, but now things are working better than ever. Of course, when you start fresh, something else inevitably pops up. This time, when I went to debug my gateway service, it kept timing out after 30 seconds. This was something I hadn’t encountered before.
Seems like I’m not the only one. I happily found a post that explained what to do. The short story is that in HCP, I needed to add another parameter to my destination.
ClientReadTimeout = 30000
Interesting that this didn’t occur before, so I can only guess that a change occurred in HCP recently. Either way, now I have 5 mins of debug time, instead of 30 seconds. So I’m back in business again.
Thanks for reading,