有推荐的后台调度应用吗?
我们目前使用 SQL Server、BPM 引擎、win 服务,甚至 Windows 任务计划程序来启动计划项目。大多数是 Web 服务调用,但也有一些是 FTP 下拉等等。我知道有一些很好的后端调度应用程序可供金融公司和其他流程重工业用于此类事情。是否有一些不错的工具可以让我们定期调用端点,并且可能编写一些脚本来解密 FTP 下载?
我已经过度维护我们拥有的所有这些不同的方式,但仍然没有一个能够 100% 工作。我们的一些业务流程“非常棒”,它们需要在周一运行,然后在周三运行,然后等待两周才能再次运行。
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Quartz.NET 可能适合您的需求
Quartz.NET may fit your needs
检查一些在线调度服务。其中大部分都是免费的。有些非常出色,几乎完全符合您的要求。我记得的:WebBasedCron、WebCron,Site24x7。我目前还有一个计划在 WebScheduler 上运行,自 2008 年以来一直没有中断。到目前为止没有抱怨。谷歌了解更多。希望这有帮助。
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.
我们在 Windows 和 Linux 上使用 JAMS Scheduler。基于.NET并支持Windows PowerShell,这非常有用。还处理 SFTP/FTP/SCP www.jamsscheduler.com
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