I'm trying to schedule a simple task that will just hit a web page to trigger its page load event. I had done this is previous versions of Visual Cron with a simple HTTP Task with the endpoint/url set to the page I wante to open. There's no authentication or anything complicated here.
In the current version of VC, when I try this same set up, the task just runs forever. It never errors, but it's also not ever actually triggering the page load as expected.