We currently use SQL Server, a BPM engine, win services, and even the Windows Task Scheduler to fire off scheduled items. Most are web service invocations, but some are FTP pull downs and whatnot. I know there are good back-end scheduling apps out there that financial companies, and other process heavy industries use for things like this. Are there some decent ones out there that will simply let us call endpoints at regular intervals, and maybe script a bit to decrypt the FTP downloads?
I'm over maintaining all of these different ways we have, and still none are working 100%. some of our business processes are "awesome" where they need to run on a Monday, then Wednesday, then wait for 2 weeks before running again.
Thanks.