You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Background

As we move to a new data quality workflow, we also need to update griffin scheduler to meet workflow needs as below

  • periodically start/retry/clean workflow
  • coordinate recording/evaluating/alerting tasks within workflow
  • create jobs to be run at a specified time, and at specific intervals if the job requires to be run periodically.
  • delete or update jobs.
  • query the status of a job (running, failed, finished, etc), and its execution histories
  • prioritize a job. 
  • jobs are asynchronous.
  • high available


  • No labels