Top "Scheduler" questions

A scheduler is a software component responsible for starting tasks at a given time.

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
Why isn't Spring running my @Scheduled method?

I'm a bit befuddled because I'm trying use use @Scheduled annotations, but Spring doesn't seem to be finding my methods. …

spring annotations scheduler
How do I display the current disk IO queue length on Linux?

I am working on a new IO scheduler for the Linux Kernel. I am trying to see if anyone knows …

linux io kernel block scheduler
How to check event scheduler status mysql

In MySQL, we can enable the event scheduler by following query: SET GLOBAL event_scheduler = ON; Similarly, to turn off …

mysql events scheduler
Running a JAVA program as a scheduled task

I am trying to run a simple JAVA program once per day on a Windows 7 machine. My code runs fine …

java windows scheduler
SLURM `srun` vs `sbatch` and their parameters

I am trying to understand what the difference is between SLURM's srun and sbatch commands. I will be happy with …

parallel-processing scheduler jobs slurm sbatch
How to stop a task in ScheduledThreadPoolExecutor once I think it's completed

I have a ScheduledThreadPoolExecutor with which I schedule a task to run at a fixed rate. I want the task …

java scheduled-tasks scheduling scheduler
Context switch internals

I want to learn and fill gaps in my knowledge with the help of this question. So, a user is …

linux-kernel kernel scheduler context-switch
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
Scheduling a terminal command or script file to run daily at a specific time Mac OS X

I want to have my computer set its volume to a specific level every night at 11:45 PM. I'm running OSX 10.11.4. …

macos scheduler launchd