Jobs
Query Jobs
You can query the jobs
and jobs_history
tables to find out more about all created jobs and their execution history.
> db.jobs.find()
> db.jobs_history.find()
Was this page helpful?
You can query the jobs
and jobs_history
tables to find out more about all created jobs and their execution history.
> db.jobs.find()
> db.jobs_history.find()
Was this page helpful?