Reputation: 1051
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.
Upvotes: 1
Views: 713
Reputation: 11
We use JAMS Scheduler on Windows and Linux. .NET based and supports Windows PowerShell which is really useful. Also handles SFTP/FTP/SCP www.jamsscheduler.com
Upvotes: 1
Reputation: 41
Check some online scheduling services. Most of them are free. Some are excellent and do almost exactly what you ask for here. The ones that I remember: WebBasedCron, WebCron, Site24x7. I also have currently one schedule running at WebScheduler since 2008 with no interruptions. No complains so far. Google for more. Hope this helps.
Upvotes: 1