次の機能を提供できるスケジューラ フレームワークを探しています -
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 分以上かかることはありません。読み込みに時間がかかる場合は、監査メッセージなどを記録します。それらの依存関係は何ですか? プロセスのスループットなどをログに記録する方法。