Top "Job-scheduling" questions

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

The job failed. The job was invoked by user<user>. The last step to run was step1

I have created SSIS package which is running successfully and dumping the data to the required place. But the same …

sql ssis job-scheduling sql-agent-job
Run a Jenkins job every one minute using H/1 * * * *

How can I run a job created in Jenkins every one minute ? Am I missing anything? PS: I'm trying not …

jenkins build cron job-scheduling periodic-processing
Windows Task Scheduler Doesn't Run VBScript

I am trying to automate a VBScript by using Windows Task Scheduler. However, I tried to use cscript.exe + "C:\...\…

windows vbscript automation scheduler job-scheduling
How do I see all MySQL events that are running on my database?

I have a MySQL database. I am running two MySQL EVENTs. I need to get rid of one. I don't …

mysql cron job-scheduling
EJB @Schedule wait until method completed

I want to write a back-ground job (EJB 3.1), which executes every minute. For this I use the following annotation: @Schedule(…

java jakarta-ee schedule ejb-3.1 job-scheduling
Scheduler does not running 0x8004131F

I want to run the PHP script every 5 min, so i have created VBScript and this VBScript will kick the …

php vbscript job-scheduling
Alternatives to Quartz for job scheduling

Has anyone found any alternative open-source solutions to Quartz which they are happy with? I know Cronacle is a well …

java quartz-scheduler job-scheduling
Triggering spark jobs with REST

I have been of late trying out apache spark. My question is more specific to trigger spark jobs. Here I …

rest apache-spark spring-batch job-scheduling spring-data-hadoop
How to check whether Quartz cron job is running?

How to check if scheduled Quartz cron job is running or not? Is there any API to do the checking?

java cron quartz-scheduler scheduler job-scheduling
Running a Cron job daily from 6 am to 11:30 pm

Could you help me please to run my cron job daily from 6 am to 11:30 pm in the following format command …

cron job-scheduling