Top "Job-scheduling" questions

A job scheduler is a computer application for controlling unattended background program execution (commonly called batch processing).

What tools are available to test JobScheduler?

We're implementing a Job via JobScheduler for background loading of data. The job will fire about once a day. What …

android job-scheduling android-jobscheduler
how to call the stored procedure in oracle with the daily scheduled jobs?

I am new to the oracle job scripts. I wrote some purge procedure to clean all the old data and …

plsql oracle11g job-scheduling
What is Spark Job ?

I have already done with spark installation and executed few testcases setting master and worker nodes. That said, I have …

apache-spark batch-processing job-scheduling
How to schedule an Oracle dbms_scheduler Job timezone and DST safely

I am trying to setup a DBMS_SCHEDULER Job to run exactly at 1 AM on 1st of January every year …

oracle11g timezone dst job-scheduling dbms-scheduler
DBMS_JOB vs DBMS_SCHEDULER

What is the difference between DBMS_JOB and DBMS_SCHEDULER ?

oracle scheduler job-scheduling dbms-scheduler dbms-job
Design a generic job scheduler

I am trying to design a generic job scheduler to expand my architectural knowledge and ability to think about system …

architecture job-scheduling n-tier-architecture system-design
job scheduler in android N with less then 15 minutes interval

Part of my question, how I can set up a job with less then 15 minutes interval in "Nougat", was answerd …

android job-scheduling android-7.0-nougat
Meaning of pending machine in autosys

Many time I have seen some of our autosys jobs go into status: Pending Machine. What is the meaning of …

job-scheduling autosys
Open Source Job Scheduler with REST API

Are there any open source Job Scheduler with REST API for commercial use which will support features like: Tree like …

rest workflow scheduler job-scheduling
Combining Quartz.Net with UI

I have been working on MVC3 project. I have just created Sample email sending job with Quartz.Net in my …

job-scheduling quartz.net-2.0