我正在寻找一个可以提供以下功能的调度程序框架 -
1. Audit of the processes - start time, end time and throughput of the process
2. Balance - if necessary schedule jobs according to the load
3. Control - when to run a job? like cron of Unix, helps us to schedule processes at the specified time intervals.
如果我们研究一个数据仓库类型的应用程序 - 假设我想要监视ETL过程。提取完成后,应开始加载。加载时间不应超过15分钟 - 如果需要,则记录审核消息等。 我确信必须有一些已经存在的框架,这有助于协调整个软件系统 - 何时运行哪些进程?他们的依赖是什么?如何记录进程的吞吐量等。